diff options
Diffstat (limited to 'lexer.c')
-rw-r--r-- | lexer.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -84,6 +84,8 @@ lexline(InputStream *input, int toplevel) case L'⍝': while(peek != '\n' && !inputEOF(input)) peek = getrune(input); + if(stmt->ntoks == 0) + continue; goto end; case L'⍬': stmt->toks[stmt->ntoks] = allocdatum(ArrayTag, 0); |