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' "