tl icon indicating copy to clipboard operation
tl copied to clipboard

Allow to mark field as optional

Open fperrad opened this issue 1 year ago • 1 comments

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

fperrad avatar Nov 27 '24 09:11 fperrad

In fact, the check coming with the annotation <total> needs some update.

fperrad avatar Nov 30 '24 09:11 fperrad