aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2013-06-22 23:51:28 +0000
committerdos-reis <gdr@axiomatics.org>2013-06-22 23:51:28 +0000
commitf18f51d6c959ee88a43166d5e5898ae2e84a49fd (patch)
tree71a0d55677de28e06cb7761b6eaaedd6ef3396c7 /src/ChangeLog
parent309b1c778c8a822e40986eabf1d89c402a59df44 (diff)
downloadopen-axiom-f18f51d6c959ee88a43166d5e5898ae2e84a49fd.tar.gz
Use token::value more.
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 0564199a..61db4288 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
2013-06-22 Gabriel Dos Reis <gdr@integrable-solutions.net>
+ * include/token.H (token::base_type): Renam from class_type.
+ (token::value): Add unary, binary, and ternary overloads.
+ * utils/sexpr.H (Sexpr::Token): Use token::value. Clean up.
+
+2013-06-22 Gabriel Dos Reis <gdr@integrable-solutions.net>
+
* include/SourceFile.H: New.
2013-06-21 Gabriel Dos Reis <gdr@integrable-solutions.net>