gwenn / lemon-rs

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

Pomelo? #1

Closed justinclift closed 4 years ago

justinclift commented 4 years ago

Just stumbled on this lemon-rs repo while looking through some of your other (Go) SQLite code again. :wink:

At the bottom of the Readme, there's a mention of lemon_rust.

As a data point, the author of lemon_rust seems to have created a 2nd implementation, called Pomelo:

    https://github.com/rodrigorc/pomelo

Not sure if it's a useful source of idea, but mentioning just in case. :smile:

gwenn commented 4 years ago

I already knew but thanks. I may be wrong but:

But the proc_macro approach is a clever idea.

justinclift commented 4 years ago

No worries. Only mentioned it because of your linking to the authors previous project. Wasn't sure if you'd seen the new one too. :smile: