~oubiwann/pylisp-ng/ast-lisp

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Duncan McGreggor
  • Date: 2008-11-18 06:06:32 UTC
  • Revision ID: duncan@canonical.com-20081118060632-fsiyxdfwjen2wdz8
2008.11.18

* Moved Vertex and Tree into the graph module.
* Moved expression-descender code into sexpr.
* Removed empty util.sprint module.

* Updated TODO with notes about fixing the node-processing code in the
SExpression class.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
  expressions that have a ListObject prior to non-List objects. The unit tests
7
7
  that this affects have been commented and named such that they don't run.
8
8
 
 
9
  One possible solution is to use the recently-created s-expression descender
 
10
  code, taking advantage of state-tracking inherent with objects and the
 
11
  handler methods.
 
12
 
9
13
 
10
14
====
11
15
TODO