Could curly braces be supported?
For example, I get the following error for a class defined with curly braces:
test.use:line 6:11 no viable alternative at input '{'
You can find the example attached, and I copy below for reference:
model Reviewing_system
-- classes
class User {
name : String
affiliation : String
eMail : String
isStudent : Boolean
}