Added ToString methods for syntax tree nodes

This commit is contained in:
Sasha Koshka
2022-08-15 14:04:57 -04:00
parent b02ff6cda6
commit d91423863b
6 changed files with 293 additions and 15 deletions

View File

@@ -27,11 +27,10 @@ data wr nestedObject:Obj
, bird3 9328.21348239
# parsing an object literal
func rr main
---
[let object:Obj
, this 324
, that 2139]
let object:Obj , this 324 , that 2139
# func rr main
# ---
# [let object:Obj
# , this 324
# , that 2139]
#
# let object:Obj , this 324 , that 2139