make library warning go away

This commit is contained in:
anon 2024-07-15 21:10:34 +02:00
parent 117c9e2b6f
commit cbe3de4949

@ -391,13 +391,14 @@ artimetric_operand: LITERAL
exit: EXIT value
;
/* XXX */
/* XXX
library: LIBRARY declaration_section MYBEGIN library_code END_LIBRARY
;
library_code: %empty
| function library_code
;
*/
instruction: INOP { append_instruction_t1(NOP); }
// #placeholder<instruction_parser_rules> BEGIN