1
1
Fork 0
mirror of https://github.com/azur1s/bobbylisp.git synced 2024-10-16 02:37:40 -05:00
Another lisp dialect (mirror)
Find a file
2022-02-25 15:59:17 +07:00
example fix a bit of parser 2022-02-25 15:59:17 +07:00
lib bool -> stdbool, refactor emit 2022-02-24 21:59:21 +07:00
src fix a bit of parser 2022-02-25 15:59:17 +07:00
.gitignore refactor: rewrote lol 2022-02-11 18:07:32 +07:00
Cargo.lock rewrote with chumsky 2022-02-16 22:36:33 +07:00
Cargo.toml rewrote with chumsky 2022-02-16 22:36:33 +07:00
Makefile bool.h, running clang and clang-format on comp 2022-02-24 21:45:35 +07:00
README.md fix a bit of parser 2022-02-25 15:59:17 +07:00

Hycron

Programming language that compiles to C

Note: The syntax can still be changed, if you have an idea, feel free to make an issues about it.

Prerequistie

  • clang and clang-format
  • Rust (if you're going to build from source)

TODO

  • Compliation
  • Optimization
  • Error reporting