A simple realtime REPL for Bah-lang with syntax highlighting.
Bah Repl is only available for linux at the moment.
To get started, clone this repository. Then:
- Compile the repl:
bah main.bah -d
- Execute the repl:
./main
.include file.bah
(.i
) to include a library (import is not supported),.quit
(.q
) to quit,.save file.bah
(.s
) to save a session,.open file.bah
(.o
) to open a saved session,$nb
to redo the nbth line.