erde-lang / erde

A programming language that compiles to Lua.
https://erde-lang.github.io
MIT License
39 stars 4 forks source link

REPL for erde #1

Closed zaxebo1 closed 2 years ago

zaxebo1 commented 2 years ago

Just like lua has its own REPL(read-eval-print-loop), as in example below:

bash% lua Lua 5.4.2 Copyright (C) 1994-2020 Lua.org, PUC-Rio

print("hi") hi

function f1(x)

print("hi") end

f1() hi


In the same way kindly please implement REPL for erde

bsuth commented 2 years ago

Already planned for the future! 🎉

bsuth commented 2 years ago

closed by https://github.com/erde-lang/erde/pull/3