#lex #token #syntax

luthor

A collection of lexers for various languages/formats, and the tools required to build them

13 releases

Uses old Rust 2015

0.2.0 Nov 29, 2015
0.1.7 Nov 3, 2015
0.1.5 Oct 27, 2015
0.1.3 Sep 26, 2015
0.0.4 Mar 30, 2015

#1218 in Data structures

Download history 20/week @ 2023-12-04 23/week @ 2023-12-11 24/week @ 2023-12-18 34/week @ 2023-12-25 28/week @ 2024-01-01 36/week @ 2024-01-08 23/week @ 2024-01-15 113/week @ 2024-01-22 59/week @ 2024-01-29 48/week @ 2024-02-05 37/week @ 2024-02-12 56/week @ 2024-02-19 66/week @ 2024-02-26 43/week @ 2024-03-04 52/week @ 2024-03-11 77/week @ 2024-03-18

242 downloads per month
Used in amp

MIT license

76KB
1.5K SLoC

Build Status

A collection of lexers for various languages, written in Rust. Documentation can be found here.


lib.rs:

Luthor provides a collection of lexers for various formats and languages. It also exposes types that aid in building lexers of your own.

No runtime deps