Odeus - LISP language. Implementation in progress.
Clone the repo, then in clonned folder:
mkdir build && cd build
cmake ../
make # or cmake --build .Run REPL:
./build/odeus
# or if you in build folder
./odeusExecute file:
./build/odeus <filename>
# or if you in build folder
./odeus <filename>See Documentation
Contributions and feedback are welcome. Open an issue or submit a pull request.
See LICENSE