#token-parser #token #fsm #lex #automata

ram

A library that helps to parse source code with finite state machines

1 stable release

8.0.0 Nov 26, 2022
7.0.3 Dec 5, 2019
6.0.1 May 1, 2019
5.0.0 Jan 25, 2016
4.0.0 Dec 11, 2015

#1336 in Algorithms

Apache-2.0

13KB
290 lines

Rustastic Automaton

ram allows you to ease the creation of a language lexer based on finite state machines.

ram is made available free of charge. You can support its development through Liberapay 💪

Usage

Add ram as a dependency in Cargo.toml:

[dependencies]
ram = "8.0"

See examples and docs at https://docs.rs/ram.

License

The source code is released under the Apache 2.0 license.

Dependencies

~2.2–3MB
~54K SLoC