initial commit for adding Module Import
This commit is contained in:
parent
f8c888216a
commit
6038241a1b
|
@ -83,6 +83,8 @@ funcall: Ident paramlist { DEBUG("Function call"); };
|
||||||
|
|
||||||
assign: Ident '=' expr { DEBUG("Assignment"); };
|
assign: Ident '=' expr { DEBUG("Assignment"); };
|
||||||
|
|
||||||
|
moduleimport: KeyImport '"filename"' { DEBUG("Module-Import"); };
|
||||||
|
|
||||||
statementlist: statementlist statement
|
statementlist: statementlist statement
|
||||||
| ;
|
| ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue