-
we need nelua debugger(vscode) or tell us how to debug my app?
-
How does Nelua know how to interpret the exclamation mark as `return an error in case of failure` from custom assert macros?
I can't find anything that explains it clearer in https://github.com/edu…
-
Comparison of a pointer with nil generates unexpected C code.
For example, this code
```lua
local p: *integer
local x = p == nil
```
generates this C code
```c
x = (p, NELUA_NIL, false);
``…
-
Up to 9faaa66e8b94e783c46898552c3eb873c26858ff preprocessor works as expected with code starting with `##[==[` and execute your Lua code in it.
Now, with the latest changes I get the following erro…
-
edbrowse/stable 3.8.0-4 arm
eigen/stable 3.4.0 arm
eja/stable 13.11.25 arm
electric-fence-static/stable 2.2.6 arm
electric-fence/stable 2.2.6 arm
electrum/stable 4.3.1 all
elfutils/stable 0.187 arm
el…
-
# I NEED FEEDBACK. IF YOU LOVE OR HATE THIS, PLEASE SPEAK LOUDLY.
## IF THIS WILL ABSOLUTELY CAUSE PAIN AND MISERY, SPEAK TWICE AS LOUDLY.
### THANK YOU.
Here's a first example of where I'm headi…
-
### Description
When using the nelua lsp with Raylib.nelua I'm getting error message while editing. Please let me know if I should be reporting this elsewhere, or if there are more steps I can take t…
-
hey I think it would be cool to add a file icon for nelua. https://nelua.io/
-
### Code example
```lua
require 'string'
local function has_error()
local s = 'hello'
print(s[0])
end
has_error()
```
Which has this output:
```lua
string.nelua:311:16: runtim…
-
### Code example
```lua
require 'string'
require 'C.time'
local function needed() -- at the toplevel, a unitname prefix is added
local time = C.time(nilptr)
local tm: C.tm
local buf: [1…