kinx icon indicating copy to clipboard operation
kinx copied to clipboard

Looks like JavaScript, feels like Ruby, and it is a script language fitting in C programmers.

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

We want the followings at least. * `$kinxver` to get a kinx version info. * `System.isWindows` is needed to check if it is Windows.

enhancement

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...

enhancement

Here are what I should write. * How to write an extension as a dynamic link library. * How to use Kinx in the C code.

documentation

It should be written.

documentation

It should be documented.

documentation

There is no documentation of Isolate. It should be added.

documentation

The following items dropped from V1.1.0 will be supported. * [ ] Dependency control * [ ] Update to the latest version based on a dependency. * [ ] Prepare...

enhancement

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,...

bug