Opened 11 years ago

Closed 11 years ago

#2581 closed defect (invalid)

model gets wrongly rejected by the lexer

Reported by: lochel Owned by: somebody
Priority: high Milestone: 1.9.1
Component: Frontend Version: trunk
Keywords: Cc:

Description

The following model should pass the lexer:

model foo
  parameter String s3(start="three");
end foo;

Output

Error processing file: foo.mos
[foo.mos:4:35-4:35:writable] Error: Missing token: EQUALS
# Error encountered! Exiting...
# Please check the error message and the flags.
Execution failed!

Change History (1)

comment:1 Changed 11 years ago by lochel

  • Resolution set to invalid
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.