enso/lib/rust/flexer
2020-10-06 10:54:30 +01:00
..
src Extract common libraries to rust-lib (#1191) 2020-10-06 10:54:30 +01:00
tests Implement part of the Enso lexer in rust (#1109) 2020-08-27 13:27:22 +01:00
Cargo.toml Extract common libraries to rust-lib (#1191) 2020-10-06 10:54:30 +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.