tl
tl copied to clipboard
Allow to mark field as optional
this avoids comments like required or optional.
just a modification of the parser, no additional checks, same code generation.
local record Foo
bar: string -- required
baz?: string -- optional
end
In fact, the check coming with the annotation <total> needs some update.