Skip to content

Commit

Permalink
- parse equality(x := y) as is used in Main.mo
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@4478 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Nov 10, 2009
1 parent 90c054d commit ca39fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modelica_parser/src/modelica_parser.g
Expand Up @@ -684,7 +684,7 @@ algorithm :
| BREAK
| RETURN
| FAILURE^ LPAR! algorithm RPAR!
| EQUALITY^ LPAR! expression (EQUALS!|COMMA!) expression RPAR!
| EQUALITY^ LPAR! expression (ASSIGN!|COMMA!|EQUALS!) expression RPAR!
)
comment
{
Expand Down

0 comments on commit ca39fb6

Please sign in to comment.