#lalr-parser #parser #grammar #table

lalr

a library for creating LALR(1) parsers from context-free grammars

2 releases

Uses old Rust 2015

0.0.2 Apr 2, 2016
0.0.1 Nov 26, 2015

#273 in Parser tooling

Download history 281/week @ 2024-12-08 240/week @ 2024-12-15 100/week @ 2024-12-22 48/week @ 2024-12-29 168/week @ 2025-01-05 219/week @ 2025-01-12 220/week @ 2025-01-19 124/week @ 2025-01-26 356/week @ 2025-02-02 400/week @ 2025-02-09 461/week @ 2025-02-16 345/week @ 2025-02-23 144/week @ 2025-03-02 210/week @ 2025-03-09 307/week @ 2025-03-16 207/week @ 2025-03-23

971 downloads per month
Used in plex

MIT/Apache

28KB
570 lines

lalr

Build Status

A library for creating LALR(1) parsers from context-free grammars. That's pretty much it.

API Documentation.

No runtime deps