1Axen / blink

An IDL compiler written in Luau for ROBLOX buffer networking
https://1axen.github.io/blink/
MIT License
18 stars 0 forks source link

generated code from optional values in structs #6

Closed unityjaeger closed 1 month ago

unityjaeger commented 1 month ago

the generated code for something like struct { key: u8?, }

results in Item_1.key

instead of Item_1.key = nil