Skip to content

Lexical Scanner

Pre-release
Pre-release

Choose a tag to compare

@codingwithbatista codingwithbatista released this 08 Apr 18:01
· 110 commits to master since this 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