Skip to content

braam-76/odeus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

114 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Odeus programming language

Odeus - LISP language. Implementation in progress.

Getting started

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
./odeus

Execute file:

./build/odeus <filename>
# or if you in build folder
./odeus <filename>

Documentation

See Documentation

Contributing

Contributions and feedback are welcome. Open an issue or submit a pull request.

License

See LICENSE

About

No description, website, or topics provided.

Resources

License

Stars

3 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors