kinx
kinx copied to clipboard
Looks like JavaScript, feels like Ruby, and it is a script language fitting in C programmers.
We want the followings at least. * `$kinxver` to get a kinx version info. * `System.isWindows` is needed to check if it is Windows.
But, the version dependency should be controlled by the package, because the package will be shared for all packages. The central repository will also control the dependency. The aim of...
Here are what I should write. * How to write an extension as a dynamic link library. * How to use Kinx in the C code.
There is no documentation of Isolate. It should be added.
The following items dropped from V1.1.0 will be supported. * [ ] Dependency control * [ ] Update to the latest version based on a dependency. * [ ] Prepare...
Asking this modified byacc (https://github.com/mingodad/lalr-parser-test/tree/main/byacc) to output an EBNF grammar that can be used on https://www.bottlecaps.de/rr/ui to get a railroad diagram (https://en.wikipedia.org/wiki/Syntax_diagram). Copy and paste the EBNF shown bellow on...
Adding `-g` to CFLAGS, building kinx and running it under valgrind we get this output: ``` valgrind --track-origins=yes ../kinx fib.kx ==2199== Memcheck, a memory error detector ==2199== Copyright (C) 2002-2017,...