Skip to content

ithirzty/bah-repl

Repository files navigation

Bah repl

A simple realtime REPL for Bah-lang with syntax highlighting.

Bah Repl is only available for linux at the moment.

Installation / compilation

To get started, clone this repository. Then:

  1. Compile the repl:
bah main.bah -d
  1. Execute the repl:
./main

Commands

  • .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.

About

A simple Bah REPL with syntax highlighting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages