Crates.io | ram |
lib.rs | ram |
version | 8.0.0 |
source | src |
created_at | 2015-12-11 03:52:24.645191 |
updated_at | 2022-11-26 17:09:05.414078 |
description | A library that helps to parse source code with finite state machines |
homepage | https://github.com/conradkleinespel/ram |
repository | https://github.com/conradkleinespel/ram |
max_upload_size | |
id | 3612 |
size | 32,306 |
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 💪
Add ram
as a dependency in Cargo.toml:
[dependencies]
ram = "8.0"
See examples and docs at https://docs.rs/ram.
The source code is released under the Apache 2.0 license.