Skip to content

Compiler that receives a source file in an Mgol language as input, performs the analysis and synthesis phase by generating an object file in C language.Final File must be compile in C compiler

Notifications You must be signed in to change notification settings

pedroanicetoo/CompilerMgol

Repository files navigation

CompilerMgol

Compiler that receives a source file in an Mgol language as input, performs the analysis and synthesis phase by generating an object file in C language.

1 - Lexical analyzer

2 - Syntactic analyzer

LR(0) Flux

lr0_flux.pdf

3 - Semantic analyzer

Final File must be compile in C compiler (TODO: need some changes to do this)

About

Compiler that receives a source file in an Mgol language as input, performs the analysis and synthesis phase by generating an object file in C language.Final File must be compile in C compiler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published