Implement naive arrays, better debugging

This commit is contained in:
Elnu 2023-05-20 13:00:23 -07:00
parent a518097ff0
commit 3794a1d607
3 changed files with 35 additions and 1 deletions

View file

@ -8,5 +8,6 @@ multiple lines"
'this is a single quote string'
'this also has escaped \'quotes\''
this is cool # comment
[ "this", "is", "an", "array" ]
huh