Skip to content

Commit

Permalink
Fix parsing of arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
vpzomtrrfrt committed Sep 26, 2015
1 parent d70c5aa commit cbf0a0c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion DSON.djs
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,21 @@ such parse much str
ss is !ss
ci is thing dose indexOf with '"', ci+1
wow
rly !ss
rly !ss and (thing is 'so' or thing is 'such')
nested += 1
wow
rly !ss and nested is 0
rly thing is 'and' or thing is 'also'
tr dose push with this.parse(curVal)
curVal is ''
kh is true
but rly thing is 'many'
break
wow
but
rly thing is 'many' or thing is 'wow'
nested -= 1
wow
wow
rly !kh
curVal += thing+" "
Expand Down

0 comments on commit cbf0a0c

Please sign in to comment.