Implement external functions
This commit is contained in:
@ -36,7 +36,7 @@ program = [ "type" type_definitions ";" ]
|
||||
[ variable_part ]
|
||||
compound_statement ".";
|
||||
|
||||
procedure_definition = "proc" ident formal_parameter_list ";" block ";";
|
||||
procedure_definition = "proc" ident formal_parameter_list ";" ( block | "extern" ) ";";
|
||||
|
||||
block = [ constant_part ]
|
||||
[ variable_part ]
|
||||
|
Reference in New Issue
Block a user