Skip to content

Releases: mmussatto/Lexical-and-Syntax-Analyzer

Syntax&Lexical Analyzer

29 Jul 18:29
Compare
Choose a tag to compare

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

08 Jul 22:02
Compare
Choose a tag to compare
Pre-release

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.