Jump to content

Scannerless Boolean Parser

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by John of Reading (talk | contribs) at 17:17, 12 March 2013 (Typo/general fixing, replaced: a open source → an open source using AWB (8853)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
SBP
Developer(s)Adam Megacz
PlatformJava Virtual Machine
TypeParser generator
LicenseBSD license
Website[1]

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.