index
:
cer-bootstrap.git
main
Bootstrap compiler for the Cer programming language.
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
op.go
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'op.go')
-rw-r--r--
op.go
1
1 files changed, 1 insertions, 0 deletions
diff --git a/op.go b/op.go
index 70977a1..8f67ae8 100644
--- a/
op.go
+++ b/
op.go
@@ -39,6 +39,7 @@ type mulDivOp int
const (
multiply mulDivOp = iota
divide
+ remainder
)
type unaryOp int