aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-10-17 02:38:03 +0000
committerdos-reis <gdr@axiomatics.org>2008-10-17 02:38:03 +0000
commit1e9dafac508db133e011ba45b7c0b513ded2d40e (patch)
tree2d967404308280d02c749baad73f02acf976522f /TODO
parent039b9057a33905638e624adcc3edcf9985858b54 (diff)
downloadopen-axiom-1e9dafac508db133e011ba45b7c0b513ded2d40e.tar.gz
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 71216d1b..933da9a9 100644
--- a/TODO
+++ b/TODO
@@ -2,8 +2,10 @@
=== TODO ===
============
+* Finish network communication support.
* Finish Bemol backend.
* Finish JVM backend.
+* Add support for concurrency.
* Generate better codes for scripts.
* Fix STREAM implementation (dynamic semantics rules violation).
* Fix compilation of domain where withon is empty.
@@ -20,6 +22,8 @@
* Interfaces to mainstream programming languages
* Improve Boot, Spad
* Integrate to development environments
+* Move rule semantics transformation from the ParseForm -> SExpression
+ transformer to the interpreter.
* Audit all codes that manipulate sockets.