edubart/nelua-lang
Minimal, efficient, statically-typed and meta-programmable systems programming language heavily inspired by Lua, which compiles to C and native code.
LuaMIT
Issues
- 0
- 4
- 2
unable to use operator for an `array` type with an operator metamethod set
#293 opened by thacuber2a03 - 0
[feature request] Add section in README comparing nelua with "competing" alternatives (V-lang, ...)
#291 opened by earizon - 28
Error when cross compiling using zig cc
#289 opened by alliby - 0
- 5
- 2
A newly detected buggy behavior with c++ compilers
#281 opened by stefanos82 - 10
- 0
incorrect line and line number for syntax error
#277 opened by kmafeni04 - 2
- 1
App crashes when building by vc++ compiler 19.33.31630 for x64 and the release build parameter `-r` but it works without `-r`
#272 opened by forchid - 2
Can't use filenames starting with digits
#276 opened by sls1005 - 4
Piping into nelua cli
#273 opened by kmafeni04 - 1
Compiler hangs when cgenerator.lua errors
#260 opened by distantforest1 - 2
- 2
- 2
- 2
Windows 11 installation error
#270 opened by vsedev - 0
Support actual closures via struct
#267 opened by mbekkomo - 0
Can't compile fibonacci example
#262 opened by fenix272 - 0
Can't compile fibonacci example
#261 opened by fenix272 - 1
LFS: can't change directory with `lfs.chdir`
#257 opened by mbekkomo - 2
Compatible with Lua C plug-in
#252 opened by acodervic - 2
- 2
- 3
Broken preprocessor after 9faaa66e
#247 opened by stefanos82 - 0
- 0
Confusing errors with varargs
#244 opened by jrfondren - 1
Range check error messages point to library code (point of check) rather than user code (point of error)
#242 opened by jrfondren - 1
Function variables can collide with C identifiers
#243 opened by jrfondren - 0
- 3
C code tries to initialize nltype with 0 in strange errorhandling / assert / module interaction
#230 opened by jrfondren - 1
If the 'string' module is required into elided code, generated C doesn't define nelua_nlstring___eq
#228 opened by jrfondren - 0
Implicit generation of function when directly calling function on require()d namespace
#229 opened by jrfondren - 1
`<deprecated>` is silenced by type inference
#232 opened by jrfondren - 1
Internal analyzer.lua error failure when returning multiple records from a require()
#227 opened by jrfondren - 10
Reassigned 'auto' parameter, inferred to have type 'nilptr', compiles to assignment to NULL
#231 opened by jrfondren - 4
- 3
Copyright timespan needs update
#239 opened by stefanos82 - 3
Preprocessor can't generate switch cases
#235 opened by jrfondren - 6
Defer fails to modify return values when a function has multiple return values
#233 opened by jrfondren - 3
Executables reflect compile-time isatty conditions
#237 opened by jrfondren - 1
cgenerator.lua assertion error when an auto parameter takes (notbool and bool or bool)
#234 opened by jrfondren - 1
(@span(byte)){...} ordered field cast permits invalid, rejects valid construction
#236 opened by jrfondren - 1
<comptime> record parameters can't be provided; fields can't be used in runtime code
#238 opened by jrfondren - 2
support windows msvc cl compiler
#224 opened by zeromake - 7
- 1
- 0