mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-10 06:54:04 +09:00
basic: updating comments for array
This commit is contained in:
@@ -170,7 +170,7 @@ let BasicAST = function() {
|
|||||||
this.leaves = [];
|
this.leaves = [];
|
||||||
this.seps = [];
|
this.seps = [];
|
||||||
this.value = undefined;
|
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() {
|
this.toString = function() {
|
||||||
var sb = "";
|
var sb = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user