Changed Key for Function name
This commit is contained in:
parent
6038241a1b
commit
4ee6be3eb8
|
@ -83,7 +83,7 @@ funcall: Ident paramlist { DEBUG("Function call"); };
|
||||||
|
|
||||||
assign: Ident '=' expr { DEBUG("Assignment"); };
|
assign: Ident '=' expr { DEBUG("Assignment"); };
|
||||||
|
|
||||||
moduleimport: KeyImport '"filename"' { DEBUG("Module-Import"); };
|
moduleimport: KeyImport FunFilename { DEBUG("Module-Import"); };
|
||||||
|
|
||||||
statementlist: statementlist statement
|
statementlist: statementlist statement
|
||||||
| ;
|
| ;
|
||||||
|
|
Loading…
Reference in New Issue