Releases: Ninputer/VBF
Releases · Ninputer/VBF
v1.0.3 Updated for VS2015
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