From df05ffca736e4090a6b2acce53eafb72d85b87c9 Mon Sep 17 00:00:00 2001 From: Pixel <> Date: Sun, 15 Apr 2001 01:15:37 +0000 Subject: Divers --- include/assembler.h | 2 ++ include/parser.h | 1 + 2 files changed, 3 insertions(+) (limited to 'include') diff --git a/include/assembler.h b/include/assembler.h index 1092561..2f3fc7a 100644 --- a/include/assembler.h +++ b/include/assembler.h @@ -4,6 +4,8 @@ int assembler_init(void); void assembler_flush(void); void asm_eol(void); +void asm_eof(void); +int process_file(char *); void push_pile(char *); void act_pile(int); diff --git a/include/parser.h b/include/parser.h index f045464..f6d56ba 100644 --- a/include/parser.h +++ b/include/parser.h @@ -12,6 +12,7 @@ enum { OP_MOINS_UNARY, OP_DIV, OP_MUL, + OP_MOD, OP_LPAREN, OP_FUNC_CALL, OP_DECAL, -- cgit v1.2.3