From d489bae79d55a9747e9ccb4bf846c6552c4be091 Mon Sep 17 00:00:00 2001 From: Utz-Uwe Haus Date: Thu, 2 Oct 2008 10:52:30 +0200 Subject: [PATCH] Add TODO file Signed-off-by: Utz-Uwe Haus --- .gitattributes | 9 +++++---- TODO | 12 ++++++++++++ 2 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 TODO diff --git a/.gitattributes b/.gitattributes index 7b529cc..e0f56d7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ -*.lisp ident -*.asd ident -*.peg ident -README ident +*.lisp ident +*.asd ident +*.peg ident +README ident +TODO ident diff --git a/TODO b/TODO new file mode 100644 index 0000000..3041cf7 --- /dev/null +++ b/TODO @@ -0,0 +1,12 @@ + +* Fix opossum.peg until it +- works for example.peg +- can bootstrap itself + +* Implement memoization in generated functions + +* profile + + +$Id:$ + -- 2.11.4.GIT