Skip to content

TPP compiler - Syntax Scanner support

Latest

Choose a tag to compare

@codingwithbatista codingwithbatista released this 12 May 02:10
· 61 commits to master since this release
f5c2808

This release of T++ compiler is a lexical scanner. The included features are:

  • read t++ files
  • produces token list
  • verify lexical errors
  • support to token entity
  • support comment, break lines and white spaces ignoring
  • syntax scanner
    • syntax error identification
    • create syntax tree
    • print syntax tree to verification
    • refactored implementation
    • code cleaner than before