Skip to content

First release with T_* tokens - Breaks v0.8.0

Latest
Compare
Choose a tag to compare
@iNamik iNamik released this 05 Nov 04:42

v0.90 contains breaking changes from v0.8.0, specifically:

  • Renaming TokenType* built-in tokens (i.e. "TokenTypeEOF") to T_* (i.e "T_EOF")
  • Changing the value of the built-in EOF token from -1 to 0

A few other changes were added but not have been thoroughly tested so I'm marking this release as beta for now.