A complete parser generator which tokenizes the input string before creating an abstract syntax tree by processing the tokens with a context-free grammar. The tokens are defined using the regex ...
Stage 3 of the project consists of implementing a lexer in python. Skeletal structure In the framework of the theme you will find, besides the 3 classes from the previous stages (Regex, NFA and DFA), ...