~oubiwann/pylisp-ng/ast-lisp

  • Committer: Duncan McGreggor
  • Date: 2011-05-15 20:24:57 UTC
  • Revision ID: duncan@ubuntu.com-20110515202457-k45w9criii606709
2011.05.15

* Commended out tests that test code that will be re-implemented.
* Added another example to the AST sandbox; this one consolidates some of the
logic in the first example, and removes redundancies (stuff provided by the
AST methods and classes).
* Renamed getSExp to sexp_factory.
* Deleted a large chunk of the old symbol module.
* Added operator-identifying code to the symbol module and renamed it mapper.
* Updated the lisp mapping to use AST.
* Added mapper unit tests.
* Added a build_ast function in the parser module.
* Added update methods to various parser classes.
* Moved get_node to a module-level function.
* Deleted old parser code.
* Removed the "new parser" unit tests.
* Added an s-expression parser that uses the AST node parser class.

Filename Latest Rev Last Changed Committer Comment Size
..
astlisp 67 12 years ago Duncan McGreggor * Renamed library to astlisp. * Fixed imports. Diff
bin 9 15 years ago Duncan McGreggor * Added cust dist util subpackage. * Cleaned up ad Diff
docs 13 15 years ago Duncan McGreggor * Changed admin/clean.sh to point to cleanup funct Diff
Resources 6 15 years ago Duncan McGreggor * Added a resources directory with project icon im Diff
sandbox 24 15 years ago Duncan McGreggor 2008.11.16 * Updated doctest runner to pick up fi Diff
test 3 15 years ago Duncan McGreggor 2008.11.09 * Added original PyLisp source code. * Diff
ChangeLog 68 12 years ago Duncan McGreggor 2011.05.15 * Commended out tests that test code t 10.3 KB Diff Download File
INSTALL 9 15 years ago Duncan McGreggor * Added cust dist util subpackage. * Cleaned up ad 28 bytes Diff Download File
LICENSE 3 15 years ago Duncan McGreggor 2008.11.09 * Added original PyLisp source code. * 23.6 KB Diff Download File
Makefile 67 12 years ago Duncan McGreggor * Renamed library to astlisp. * Fixed imports. 1.4 KB Diff Download File
MANIFEST.in 15 15 years ago Duncan McGreggor * Fixed ReST formatting. * Added a stop_on_errors 79 bytes Diff Download File
README 67 12 years ago Duncan McGreggor * Renamed library to astlisp. * Fixed imports. 3.3 KB Diff Download File
setup.py 67 12 years ago Duncan McGreggor * Renamed library to astlisp. * Fixed imports. 950 bytes Diff Download File
TODO 67 12 years ago Duncan McGreggor * Renamed library to astlisp. * Fixed imports. 1.7 KB Diff Download File