mirror of
https://github.com/cwbaker/lalr.git
synced 2026-09-26 16:33:18 +03:00
Add short description at top of README.md
This commit is contained in:
parent
501297025f
commit
62decaa8c4
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
# lalr
|
||||
|
||||
Modern [LALR(1)](https://en.wikipedia.org/wiki/LALR_parser) parser generator and parser for C++.
|
||||
|
||||
## Features
|
||||
|
||||
- Generate LALR(1) parsers in C++ from BNF grammars.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue