enso/parser/flexer
2020-06-16 17:18:11 +01:00
..
src Prepare the repo for working on rust code (#841) 2020-06-16 17:18:11 +01:00
build.rs Prepare the repo for working on rust code (#841) 2020-06-16 17:18:11 +01:00
Cargo.toml Prepare the repo for working on rust code (#841) 2020-06-16 17:18:11 +01:00
README.md Prepare the repo for working on rust code (#841) 2020-06-16 17:18:11 +01:00

Flexer

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