-
The usage of CMake and bundled dependencies through submodules (#34) wasn't a bad idea. However, it did make nene much harder to use, much more storage-heavy and way less flexible for other languages …
-
The following test code results in invalid C code being generated:
```
local Farce = @record{
}
function Farce:__index(x: auto)
return 0
end
local bleb: Farce
print(bleb["snert"])
bleb[…
-
Lua 5.4 & Teal support the `` annotation. That allows immutable variable.
But for large use, the annotation syntax is ugly and too long.
My proposal is just a sugar syntax based on a new keyword `…
-
I'm looking at `lpeg` grammars and it's variants to generate an `EBNF` understood by https://www.bottlecaps.de/rr/ui using a `lpeg/re` varaint to do the transformation (see also here https://github.co…
-
Creating a master topic to link to from our wiki/documentation for those wishing to contribute language templates/libraries.
We should be able to support all the same languages as the [WASM-4](http…
-
Kotlin startup time is awfull
-
Compiling gcc-lua in this repository works, but not from the official site. Why? When I make the clone from https://peter.colberg.org/gcc-lua/install I get:
```
myuser@myuser-HP-EliteBook-8470p:~/…
-
### Bug description
If you define a working generic type inside a record (being used as a namespace), it throws an assertion error.
### Code example
```lua
## local make_something = generali…
-
Hi, I like what you are doing here. I am working on [a native/web game-engine called null0](https://github.com/notnullgames/null0) that so far has been very focused 2D graphics, sound, input, sandboxe…
-
### Feature motivation
I am currently trying to write my own lsp in nelua and discovered I couldn't just send the output of the current file to nelua to analyze
### Feature description
The abilit…