Update README and CHANGELOG overview features list
This commit is contained in:
parent
77ec7c9de4
commit
ef6a0f9552
@ -8,6 +8,8 @@ Propane is a LALR Parser Generator (LPG) which:
|
|||||||
* generates a table-driven shift/reduce parser to parse input in linear time
|
* generates a table-driven shift/reduce parser to parse input in linear time
|
||||||
* targets C, C++, or D language outputs
|
* targets C, C++, or D language outputs
|
||||||
* optionally supports automatic full parse tree generation
|
* optionally supports automatic full parse tree generation
|
||||||
|
* supports starting parsing from multiple start rules
|
||||||
|
* tracks input text start and end positions for all matched tokens/rules
|
||||||
* is MIT-licensed
|
* is MIT-licensed
|
||||||
* is distributable as a standalone Ruby script
|
* is distributable as a standalone Ruby script
|
||||||
|
|
||||||
|
|||||||
@ -15,6 +15,7 @@ Propane is a LALR Parser Generator (LPG) which:
|
|||||||
* generates a table-driven shift/reduce parser to parse input in linear time
|
* generates a table-driven shift/reduce parser to parse input in linear time
|
||||||
* targets C, C++, or D language outputs
|
* targets C, C++, or D language outputs
|
||||||
* optionally supports automatic full parse tree generation
|
* optionally supports automatic full parse tree generation
|
||||||
|
* supports starting parsing from multiple start rules
|
||||||
* tracks input text start and end positions for all matched tokens/rules
|
* tracks input text start and end positions for all matched tokens/rules
|
||||||
* is MIT-licensed
|
* is MIT-licensed
|
||||||
* is distributable as a standalone Ruby script
|
* is distributable as a standalone Ruby script
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user