Skip to content

Commit

Permalink
Added named arguments to functions.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@789 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Peter Aronsson committed May 8, 2002
1 parent cf725c7 commit cf46470
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modelica_parser/src/modelica_parser.g
Expand Up @@ -600,9 +600,9 @@ function_call :

function_arguments :
// ( for_or_expression_list
( expression_list
( expression ( COMMA! function_arguments )*
| named_arguments
)?
)
;

//for_or_expression_list
Expand Down

0 comments on commit cf46470

Please sign in to comment.