Minor changes to features and description in README.md

This commit is contained in:
Charles Baker 2018-04-03 20:30:36 +12:00
parent 17a096b2b7
commit 7a8c6d1e66

View file

@ -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.