Skip to content

Releases: codingwithbatista/tpp-compiler

TPP compiler - Syntax Scanner support

12 May 02:10
f5c2808

Choose a tag to compare

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

Lexical Scanner

08 Apr 18:01

Choose a tag to compare

Lexical Scanner Pre-release
Pre-release

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