symphonytool / symphony

The Symphony IDE
5 stars 4 forks source link

Parser error for Div(a:int) #191

Closed lausdahl closed 10 years ago

lausdahl commented 10 years ago

The parser issues a strange error when the following function is entered:

functions

Div(d:int)
pre true
post true

The error is the same as if 'div' the reserved keyword was used. But in this case the parser should parse it as any other function