automaton

Crates.ioautomaton
lib.rsautomaton
version0.0.2
sourcesrc
created_at2015-04-24 19:20:22.380917
updated_at2024-04-19 19:35:24.411396
descriptionParse regular languages
homepagehttps://github.com/carllerche/automaton
repositoryhttps://github.com/carllerche/automaton
max_upload_size
id1941
size72,757
Team algorithmia (github:algorithmiaio:team-algorithmia)

documentation

http://carllerche.github.io/automaton/automaton

README

A regular expression like library for Rust

Define automata that parse regular languages (languages that can be expressed using a regular expression). There currently is no direct support building an automata from a regular expression, but there is a builder API instead.

Build Status

Still very much a work in progress

See the tests for examples.

Commit count: 11

cargo fmt