pkg/

directory
v0.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 8, 2024 License: MIT

Directories

Path Synopsis
* Package evaluator uses the object system to evaluate the AST
* Package evaluator uses the object system to evaluate the AST
* Package object helps represent the values encountered when evaluating the jaba program as an object.
* Package object helps represent the values encountered when evaluating the jaba program as an object.
* Package parser is responsible for transforming tokens into an abstract syntax tree (AST) * The parser will be a recursive descent parser, in particular the top down operator precedence parser (Pratt Parser).
* Package parser is responsible for transforming tokens into an abstract syntax tree (AST) * The parser will be a recursive descent parser, in particular the top down operator precedence parser (Pratt Parser).
* Package repl (Read Eval Print Loop) or console is used to "Read" the input, * sends it to the interpreter for "Evaluation", "Prints" the output of the interpreter, and then repeats the process("Loop").
* Package repl (Read Eval Print Loop) or console is used to "Read" the input, * sends it to the interpreter for "Evaluation", "Prints" the output of the interpreter, and then repeats the process("Loop").
* Package token is used to represent original source code.
* Package token is used to represent original source code.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL