Documentation ¶
There is no documentation for this package.
Directories ¶
Path | Synopsis |
---|---|
Looks up the identifier in ident and returns the appropriate token type depending on whether the identifier is user-defined or a keyword
|
Looks up the identifier in ident and returns the appropriate token type depending on whether the identifier is user-defined or a keyword |
Package evaluator implements a tree-walker interpreter that recursively walks the parsed AST and evaluates the nodes according to their semantic meaning
|
Package evaluator implements a tree-walker interpreter that recursively walks the parsed AST and evaluates the nodes according to their semantic meaning |
Package lexer implements the lexical analysis that is used to transform the source code input into a stream of tokens for parsing by the parser.
|
Package lexer implements the lexical analysis that is used to transform the source code input into a stream of tokens for parsing by the parser. |
Package object implements the object system of MaScript used to both represent values as the evaluator encounters and constructs them as well as how the user interacts with values.
|
Package object implements the object system of MaScript used to both represent values as the evaluator encounters and constructs them as well as how the user interacts with values. |
Package token implements types and constants to support tokenizing the input source before passing the stream of tokens to the parser.
|
Package token implements types and constants to support tokenizing the input source before passing the stream of tokens to the parser. |
Click to show internal directories.
Click to hide internal directories.