mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 08:42:53 +02:00
Added InputStream, Tokenizer, and Parser(unfinished) class. Changed Newerth to Aevum
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
/* Parser
|
||||
* Creates Abstract Syntax Tree Nodes
|
||||
* Operates on a stream of tokens from the Tokenizer
|
||||
*/
|
||||
|
||||
var FALSE = {type: "bool", value: false};
|
||||
|
||||
function Parser(input) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user