aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2012-05-30 01:29:11 +0000
committerdos-reis <gdr@axiomatics.org>2012-05-30 01:29:11 +0000
commitf41afae2b242dd56e8dbfa0b3f8cb16a6ab29ff0 (patch)
tree965cfaa10f1e8b18138765e758773eb026cd5515 /src/ChangeLog
parent6c9b37fd68b558bced11d67cfc798ca96800bc79 (diff)
downloadopen-axiom-f41afae2b242dd56e8dbfa0b3f8cb16a6ab29ff0.tar.gz
* boot/parser.boot: Add parser state argument to more functions.
Remove references to $inputStream. * boot/translator.boot (shoeOutParse): Remove $inputStream.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1f8cc64b..1ef83b96 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
2012-05-29 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * boot/parser.boot: Add parser state argument to more functions.
+ Remove references to $inputStream.
+ * boot/translator.boot (shoeOutParse): Remove $inputStream.
+
+2012-05-29 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* boot/parser.boot (%ParserState): New.
(makeParserState): Likewise.
(%Translator): Likewise.