Jump to content

Scannerless Boolean Parser

From Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
SBP
Developer(s)Adam Megacz
Stable release
1.0 / 2009
PlatformJava Virtual Machine
TypeParser generator
LicenseBSD license
Websitearchived home page

The Scannerless Boolean Parser is an open-source scannerless GLR parser generator for boolean grammars. It was implemented in the Java programming language and generates Java source code. SBP also integrates with Haskell via LambdaVM.