enso/lib/rust/flexer
2020-08-13 13:23:01 +01:00
..
src Implement code generation for the flexer (#1058) 2020-08-13 13:23:01 +01:00
tests Implement code generation for the flexer (#1058) 2020-08-13 13:23:01 +01:00
Cargo.toml Implement code generation for the flexer (#1058) 2020-08-13 13:23:01 +01:00
README.md Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00

Flexer

This library provides a finite-automata-based lexing engine that can flexibly tokenize an input stream.