lualexer 0.1.0

Read Lua code and produce tokens
Documentation

pipeline status

lualexer

A lexer that reads lua code and produces tokens.

The crate provides two different lexers:

  • FastLexer: skips all the whitespace tokens
  • FullLexer: produces every tokens

This project is in early development so things could change rapidly, as its purpose is only to support the luaparser crate.

License

lualexer is available under the MIT license. See LICENSE.txt for details.