Frityet

Results 66 issues of Frityet

Something like ```ts type MyType = { integer: A, string: B } ``` ```lua local my_tbl: MyType = { [1] = make_a(), key = make_b() } ``` It would be...

feature request

It would be really cool to be able to define functions inside a record, like so ```lua local record Person name: string age: integer function create(name: string, age: integer) local...

feature request

[LuaLanguageServer](https://github.com/LuaLS/lua-language-server) provides a system of [annotations](https://luals.github.io/wiki/annotations/) to make lua code safer and easier to read and write Alongside this, it also offers an easy way to make definitions for libraries,...

Right now, especially for large projects (I tested with teal, which is currently 11012 lines) the generated C source files are MASSIVE (the source file for teal was nearly 600k...

On windows, if `WinMain` isn't defined and you link with `-mwindows` it is awkward to create GUI applications because a console window pops up, this PR adds the `-w` flag...

In the H3VR modding community a few mods have incompatibilty with a mod that disables checks on many parts of the game. This has causes many bug reports that are...

`lcpp` does not seem to look in `/usr/local/include` which is problematic if I would like to include external libraries.

Not an issue, just discovered this program today and saw the depreciation message. Thank you for making this awesome program

enhancement

Will this project ever be put on luarocks?

Please update to iOS 13 My favourite tweak