Skip to content

rcpeixoto/python_compiler

Repository files navigation

Python Compiler

A compiler writen in python for a fictional language. The compiler follows the pipeline of processing tokens using the lexical analyzer, the tokens formed are passed to the syntatic analizer which creates the token tree structuring the tokens, and then the semantic analyzer.

Para executar o projeto, execute no terminal o seguinte comando "python compiler.py 'endereço do arquivo de entrada .txt' "

About

A lexical analyzer writen in python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages