Main loop: Execute is now called instead of eval

This commit is contained in:
Sekulum Forka 2021-05-11 11:05:35 +02:00
parent 4db9a4d831
commit bdb77b272a
1 changed files with 1 additions and 1 deletions

View File

@ -166,4 +166,4 @@ proc eval(cmd: string): string =
when isMainModule:
let stdinstrm = stdin.newFileStream
while not stdinstrm.atEnd():
stdinstrm.readCommand.eval.echo
stdinstrm.readCommand.execute.echo