# Scannerless Boolean Parser

> Mediated Wiki article. Canonical URL: https://mediated.wiki/source/Scannerless_Boolean_Parser
> Markdown URL: https://mediated.wiki/source/Scannerless_Boolean_Parser.md
> Source: https://en.wikipedia.org/wiki/Scannerless_Boolean_Parser
> Source revision: 1331406041
> License: Creative Commons Attribution-ShareAlike 4.0 International (https://creativecommons.org/licenses/by-sa/4.0/)

{{Infobox Software
  |name = SBP
  |developer = [Adam Megacz](/source/Adam_Megacz)
| latest release version = 1.0
| latest release date    = 2009
  |platform = [Java Virtual Machine](/source/Java_Virtual_Machine)
  |genre = [Parser generator](/source/Parser_generator)
  |license = [BSD license](/source/BSD_license)
  |website = [https://web.archive.org/web/20120209110258/http://research.cs.berkeley.edu/project/sbp/ archived home page]
}}
The '''Scannerless Boolean Parser''' is an [open-source](/source/open-source_software) [scannerless](/source/scannerless_parsing) [GLR parser](/source/GLR_parser) generator for [boolean grammar](/source/boolean_grammar)s. It was implemented in the [Java programming language](/source/Java_programming_language) and generates Java [source code](/source/source_code). SBP also integrates with Haskell via [LambdaVM](/source/LambdaVM).

==External links==
* [https://web.archive.org/web/20071224104327/http://research.cs.berkeley.edu/project/sbp/ SBP: the Scannerless Boolean Parser]
* [http://www.megacz.com/berkeley/research/papers/megacz,adam-sbp.a.scannerless.boolean.parser.pdf SBP LDTA'06 article]
* [http://www.megacz.com/software/wix/ W<sub>I</sub>X - wiki markup parser in SBP Haskell]

Category:Parser generators
Category:Free software programmed in Java
Category:Software using the BSD license

---
Adapted from the Wikipedia article [Scannerless Boolean Parser](https://en.wikipedia.org/wiki/Scannerless_Boolean_Parser) by Wikipedia contributors ([contributor history](https://en.wikipedia.org/wiki/Scannerless_Boolean_Parser?action=history)). Available under [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). Changes may have been made.
