mirror of
https://github.com/fluencelabs/lalrpop
synced 2025-05-12 02:57:17 +00:00
Update README
This commit is contained in:
parent
d82b794bbe
commit
fbc59064ef
@ -1,3 +1,5 @@
|
|||||||
|
# LALRPop
|
||||||
|
|
||||||
LALRPop is a parser generator framework. Despite its name, it does not
|
LALRPop is a parser generator framework. Despite its name, it does not
|
||||||
implement the LALR(1) algorithm, but rather LR(1). In fact, it has
|
implement the LALR(1) algorithm, but rather LR(1). In fact, it has
|
||||||
grand ambitions of eventually supporting all manner of parser
|
grand ambitions of eventually supporting all manner of parser
|
||||||
@ -18,6 +20,7 @@ LALRPop has a number of nifty features:
|
|||||||
in an `if` expression.
|
in an `if` expression.
|
||||||
3. Compact defaults so that you can avoid writing action code much of the
|
3. Compact defaults so that you can avoid writing action code much of the
|
||||||
time.
|
time.
|
||||||
|
4. Type inference so you can often omit the types of nonterminals etc.
|
||||||
|
|
||||||
To be clear, LALRPop is barely functional. It's kind of spare time
|
To be clear, LALRPop is barely functional. It's kind of spare time
|
||||||
project. But it's coming along pretty quickly, now that a lot of the
|
project. But it's coming along pretty quickly, now that a lot of the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user