Jump to content

Scannerless Boolean Parser

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Palosirkka (talk | contribs) at 11:26, 17 March 2022 (archive link, version data). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
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.

[edit]