diff options
| author | Ákos Kőrösi <korakos99@gmail.com> | 2026-05-22 01:36:49 +0200 |
|---|---|---|
| committer | Ákos Kőrösi <korakos99@gmail.com> | 2026-05-22 01:36:49 +0200 |
| commit | f67ef17c65aa5acc27c8bb148c2a0c76987c1f00 (patch) | |
| tree | 35d4c86b8c383b660e306596b3c931d5a68f156e /src/syntax.h | |
| parent | 6b1cb479a7b8939e8d38479191b4ce7447033b5f (diff) | |
add more builtins
Diffstat (limited to 'src/syntax.h')
| -rw-r--r-- | src/syntax.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax.h b/src/syntax.h index 12293ae..cf8ce3f 100644 --- a/src/syntax.h +++ b/src/syntax.h @@ -9,7 +9,7 @@ typedef enum { PLUS, MINUS, MULT, -DIV, + DIV, } BinOp; typedef enum { |
