1
0
mirror of https://github.com/janet-lang/janet synced 2024-07-13 07:14:37 +00:00
Commit Graph

52 Commits

Author SHA1 Message Date
Calvin Rose
b60e3e302a Update C API to use friendlier functions rather than macros.
Error handling is implemented with setjmp/longjmp so code
can be more concise. This required a very large but straight forward refactor for all
of the libraries.
2019-01-05 20:09:03 -05:00
Calvin Rose
cd6a7793e8 WIP panic functionality. 2019-01-04 23:20:34 -05:00