lualexer

Read Lua code and produce tokens


Keywords
parser, lua, lexer
License
MIT

Documentation

pipeline status version license

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.