Apologies in advance for the amazingly clever title.
Encountered this issue when working with love configs. This snippet:
with t
with.window
.width =1920.height =1080.fullscreen =true.fullscreentype ='desktop'
Compiles to:
dolocal_with_0=tdolocal_with_1=_with_1.window-- whoops! this should be _with_0.window_with_1.width=1920_with_1.height=1080_with_1.fullscreen=true_with_1.fullscreentype='desktop'endreturn_with_0end
Apologies in advance for the amazingly clever title.
Encountered this issue when working with love configs. This snippet:
Compiles to: