leap icon indicating copy to clipboard operation
leap copied to clipboard

Pre-processor of a "modernized" and extended version of lua that pre-processes in pure executable lua. Mainly intended for FiveM

Results 1 leap issues
Sort by recently updated
recently updated
newest added

Hi, it would be nice if this syntax could be implemented: ```lua function someFunction({ prop1, prop2 }) print(prop1, prop2) end ```

enhancement