mirror of
https://github.com/cwbaker/lalr.git
synced 2026-09-26 16:33:18 +03:00
Minor changes to features and description in README.md
This commit is contained in:
parent
17a096b2b7
commit
7a8c6d1e66
1 changed files with 4 additions and 4 deletions
|
|
@ -1,11 +1,11 @@
|
|||
# lalr
|
||||
|
||||
*lalr* is a modern LALR(1) parser and parser generator.
|
||||
*lalr* is a modern LALR(1) parser and parser generator for C++.
|
||||
|
||||
Features:
|
||||
## Features
|
||||
|
||||
- LALR(1) parser generation from a BNF grammar DSL in C++.
|
||||
- Separate generation step is optional.
|
||||
- LALR(1) parser generation from a BNF grammar.
|
||||
- Separate grammar compilation step is optional.
|
||||
- Lexer actions for escape character conversion.
|
||||
- Lexer actions for feedback from the parser to the lexer.
|
||||
- Bind parser and lexer actions to `std::tr1::function` objects.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue