mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-01-20 10:33:57 +00:00
Refill input on empty lines
This commit is contained in:
parent
2c814d8829
commit
7936b189e1
Binary file not shown.
@ -558,9 +558,9 @@ export def parse_expr(evalptr, level, refill)#2 // return evalptr, exprptr
|
||||
//
|
||||
elemptr = NULL
|
||||
when ^evalptr
|
||||
is 0
|
||||
is 0 // End of line
|
||||
is ';' // Comment to end of line
|
||||
if level
|
||||
if !exprptr or level
|
||||
evalptr = refill() // Refill input buffer
|
||||
else
|
||||
return evalptr, exprptr
|
||||
|
Loading…
x
Reference in New Issue
Block a user