mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-07 19:51:51 +09:00
basic: updating comments for array
This commit is contained in:
@@ -170,7 +170,7 @@ let BasicAST = function() {
|
||||
this.leaves = [];
|
||||
this.seps = [];
|
||||
this.value = undefined;
|
||||
this.type = "null"; // literal, operator, string, number, function, null
|
||||
this.type = "null"; // literal, operator, string, number, array, function, null
|
||||
|
||||
this.toString = function() {
|
||||
var sb = "";
|
||||
|
||||
Reference in New Issue
Block a user