Kray-G / kcs

Scripting in C with JIT(x64)/VM.
MIT License
48 stars 6 forks source link

Supporting setjmp/longjmp. #50

Closed Kray-G closed 4 years ago

Kray-G commented 4 years ago

This functionality is included in standard C library but that is special request because it is very important functionality.

I am going to use it as a core mechanism for the system of throwing exception.