Add short description at top of README.md

This commit is contained in:
Charles Baker 2018-04-17 21:16:24 +12:00
parent 501297025f
commit 62decaa8c4

View file

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