1 files changed, 0 insertions(+), 3 deletions(-)
M src/main.tal
M src/main.tal => src/main.tal +0 -3
@@ 32,9 32,6 @@
( == )
-%INC { #01 + } %INC2 { #0001 ++ }
-%INCk { DUP INC } %INC2k { DUP2 INC2 }
-
%+ { ADD } %- { SUB } %* { MUL }
%< { LTH } %> { GTH } %= { EQU } %! { NEQ }
%++ { ADD2 } %-- { SUB2 } %** { MUL2 } %// { DIV2 }