Skip to content

v1.0.3 Updated for VS2015

Latest
Compare
Choose a tag to compare
@Ninputer Ninputer released this 09 Aug 17:22
· 11 commits to master since this release

Added concatenate operator (&) support for Visual Basic 2015 because the right shift operator (>>) usage has changed for the Roslyn compiler

  • Scanners framework for lexical parsing
  • Parsers framework for building powerful GLR grammar parsers
  • Parser combinators for building GLL grammar parsers
  • Common algorithms used in compilers and parsers