Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 220 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 220 Bytes

rust-lua-lexer

A Lua lexer written in Rust.

( Please keep in mind that this was my first time writing a lexer in the Rust language. I concentrated on the structure rather than the speed of the lexer. )

Performance