Releases: mmussatto/Lexical-and-Syntax-Analyzer
Releases · mmussatto/Lexical-and-Syntax-Analyzer
Syntax&Lexical Analyzer
Implemented the Syntax analyzer for the P-- programming language.
The panic mode is not fully implemented, may cause some bugs when compiling and searching for errors.
Lexical Analyzer for P--
This releases contains a Lexical Analyzer implemented for the P-- programming language. It reads a .txt file with the P-- programm and outputs another .txt file with a list of all tokens read an any errors that may have occurred.