[−][src]Crate full_moon
Full Moon
full_moon is a lossless parser for Lua 5.1
Learn more by going to the repository
Modules
| ast | Utilities for ASTs (Abstract Syntax Trees). Contains all nodes used by Full Moon (such as blocks). |
| node | Contains the |
| tokenizer | Used for tokenizing, the process of converting the code to individual tokens. Useful for getting symbols and manually tokenizing without going using an AST. |
| visitors | Used to create visitors that recurse through |
Enums
| Error | An error type that consists of both |
Functions
| parse | Creates an |
Prints back Lua code from an Ast |