This commit is contained in:
Kartik K. Agaram 2021-04-29 23:43:17 -07:00
parent 772b7b6585
commit 24883b04f5
1 changed files with 0 additions and 1 deletions

View File

@ -120,7 +120,6 @@ fn next-token in: (addr gap-buffer), _out-cell: (addr cell), trace: (addr trace)
var out/edi: (addr stream byte) <- copy _out
$next-token:body: {
clear-stream out
skip-whitespace-from-gap-buffer in
var g/eax: grapheme <- peek-from-gap-buffer in
{
var stream-storage: (stream byte 0x40)