Modules§
Structs§
- Lexical
Token - A lexical token and its range in the source text.
- Parser
Enums§
- Error
- indicates all possible errors during parsing
Functions§
- parse_
dir - parse a directory to packages
- parse_
file - parse source code from given path to
ast::File - parse_
source - parse source code to
ast::File - tokenize_
source - Tokenize Go source and return each token with its source range.