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-17 23:30:35 +07:00
example expr to sexpr (unfinished) 2022-02-17 23:30:35 +07:00
src expr to sexpr (unfinished) 2022-02-17 23:30:35 +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
let.cmi 😱 no comma in args call!? 2022-02-17 21:41:41 +07:00
let.cmo 😱 no comma in args call!? 2022-02-17 21:41:41 +07:00
README.md if do block 2022-02-17 20:44:36 +07:00

Hycron

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

TODO

  • Compliation
  • Optimization
  • Error reporting