18 lines
533 B
Markdown
18 lines
533 B
Markdown
#> Overview
|
|
|
|
Propane is an LR Parser Generator (LPG) which:
|
|
|
|
* accepts LR(0), SLR, and LALR grammars
|
|
* generates a built-in lexer to tokenize input
|
|
* supports UTF-8 lexer inputs
|
|
* generates a table-driven parser to parse input in linear time
|
|
* is MIT-licensed
|
|
* is distributable as a standalone Ruby script
|
|
|
|
${remove}
|
|
WARNING: This user guide is meant to be preprocessed and rendered by a custom
|
|
script.
|
|
The markdown source file is not intended to be viewed directly and will not
|
|
include all intended content.
|
|
${/remove}
|