From e9985271e2d03e789e77b212526810aa2055ebe0 Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 4 Sep 2007 07:57:50 +0000 Subject: div --- examples/tutorial/calculator/CalculatorJ.gf | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/tutorial/calculator/CalculatorJ.gf') diff --git a/examples/tutorial/calculator/CalculatorJ.gf b/examples/tutorial/calculator/CalculatorJ.gf index 15b2caffd..0df7b73fe 100644 --- a/examples/tutorial/calculator/CalculatorJ.gf +++ b/examples/tutorial/calculator/CalculatorJ.gf @@ -15,6 +15,7 @@ concrete CalculatorJ of Calculator = open Prelude in { EPlus = postfix "iadd" ; EMinus = postfix "isub" ; ETimes = postfix "imul" ; + EDiv = postfix "imul" ; EInt = prefixSS "iconst" ; EVar = prefixSS "iload" ; -- cgit v1.2.3