aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-07-27 21:50:57 +0000
committerdos-reis <gdr@axiomatics.org>2010-07-27 21:50:57 +0000
commitb096b33583bf6357cdb6baaaa9232c179b6b2d24 (patch)
tree97906841a404480a7b5af9c6112ac6a76ee24510 /src/ChangeLog
parent1fa9b881cc958d00fefed9ddc8eb4ebae7a04c54 (diff)
downloadopen-axiom-b096b33583bf6357cdb6baaaa9232c179b6b2d24.tar.gz
* boot/tokens.boot: quo and rem are now keywords and infix operators.
* boot/parser.boot (bpEuclid): New. Parse integer quotient and remainder expressions. (bpMinus): Now build on bpEuclid instead of bpTimes.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 963fe604..564676c1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
2010-07-27 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * boot/tokens.boot: quo and rem are now keywords and infix operators.
+ * boot/parser.boot (bpEuclid): New. Parse integer quotient and
+ remainder expressions.
+ (bpMinus): Now build on bpEuclid instead of bpTimes.
+
+2010-07-27 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* interp/i-analy.boot (bottomUpCompile): Use massageBackendCode in
lieu of mutateToBackendCode.