This commit is contained in:
Kartik K. Agaram 2021-02-28 18:44:20 -08:00
parent e759d88d94
commit 3ce9511621
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ fn parse-sexpression tokens: (addr stream cell), _out: (addr handle cell), trace
}
read-from-stream tokens, curr-token
parse-atom curr-token, _out, trace
trace-higher trace
var empty?/eax: boolean <- stream-empty? tokens
compare empty?, 0/false
break-if-!=