gwenn / lemon-rs

LALR(1) parser generator for Rust based on Lemon + SQL parser
The Unlicense
48 stars 10 forks source link

Well-typed AST #7

Open gwenn opened 3 years ago

gwenn commented 3 years ago

See https://github.com/IreneKnapp/language-sqlite/blob/master/language-sqlite.cabal#L16-L17

It is well-typed in the sense that it is possible to construct an abstract syntax tree if and only if it corresponds to valid SQL.