enso/parser/flexer
2020-06-25 13:06:08 +01:00
..
src Initial parser docs setup (#936) 2020-06-25 13:06:08 +01:00
build.rs Prepare the repo for working on rust code (#841) 2020-06-16 17:18:11 +01:00
Cargo.toml Update references to Luna to be Enso (#931) 2020-06-24 12:07:24 +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.