Carpet

Carpet

2M Downloads

new style container brackets notation don't cause the same compiler warnings as functional notation

gnembon opened this issue ยท 3 comments

commented

m() m()

  • reports missing operator between function invocation

but

{} {}

  • doesn't report it in place but fails in general validation of the parse tree.
commented

True I noticed

commented

Also if there is no semicolon after the map, dunno about list, it will give the error:

Too many variables in app.sc
Error loading app
commented