Skip to content

Releases: Ninputer/VBF

v1.0.3 Updated for VS2015

09 Aug 17:22
Compare
Choose a tag to compare

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

v1.0.0

06 Dec 14:39
Compare
Choose a tag to compare

First release that containing basic parsing components

  • 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