kcs icon indicating copy to clipboard operation
kcs copied to clipboard

Scripting in C with JIT(x64)/VM.

Results 9 kcs issues
Sort by recently updated
recently updated
newest added

Can this be used for REPL C? Or am I better off using clang-jit?

Check the standard again and implement it.

enhancement

This issue ticket is the place for accepting any small fix.

Currently there are some functionality of standard library in kccext.dll(.so). That should be separated as kccstd.dll(.so).

Sometimes people request it regardless of its strength.

enhancement

The problem is how to realize callback. On Windows JIT, it should convert between calling conventions, and on VM it should call VM function from native function. Not using callback...

enhancement

Now I am thinking of realizing with libxml2.

enhancement

If I understood correctly the https://github.com/Kray-G/kcs#architecture it's possible to build this project without `JIT` and I've got it to build without `JITX86` but then I'm getting a segfault. If possible...