Documentation ¶
There is no documentation for this package.
Directories ¶
Path | Synopsis |
---|---|
Package ast : Statement and Expression node definitions used to build an Abstract Syntax Tree for Monkey programs
|
Package ast : Statement and Expression node definitions used to build an Abstract Syntax Tree for Monkey programs |
Package evaluator : Prcesses an AST node by node to execute the program
|
Package evaluator : Prcesses an AST node by node to execute the program |
Package lexer : Applies lexical analysis to program input to tokenize so it can be parsed
|
Package lexer : Applies lexical analysis to program input to tokenize so it can be parsed |
Package object : Object definitions used to evaluate program AST nodes
|
Package object : Object definitions used to evaluate program AST nodes |
Package parser : Converts tokenized program input into an AST that can be evaluated
|
Package parser : Converts tokenized program input into an AST that can be evaluated |
Package reader : Handles evaluating an inputted Monkey file
|
Package reader : Handles evaluating an inputted Monkey file |
Package repl : The interactive language shell to work with Zip code
|
Package repl : The interactive language shell to work with Zip code |
Package token : Token definitions used when tokenizing program input
|
Package token : Token definitions used when tokenizing program input |
Click to show internal directories.
Click to hide internal directories.