automaton icon indicating copy to clipboard operation
automaton copied to clipboard

Rust library for parsing regular languages

Results 4 automaton issues
Sort by recently updated
recently updated
newest added

This allows working with streams of data without having to map unwrap before passing off to `eval`, presumably, this will play nicely with a larger effort to handle errors.

There are a log of logger outputs atm.

Generalize the notion of a Token, so that users who want to use their own tokens which aren't based around things like unicode can do so simply and elegantly. This...

It'd be nice to be able to pass `parse` a stream. I'd be interested in looking into this possibly, if it's something you think would be able to be done...