Added some todos in the notes

This commit is contained in:
Dan Hirsch 2012-05-16 15:51:14 +02:00
parent 3afe324aaa
commit 9530ed0b64

4
NOTES
View file

@ -32,3 +32,7 @@ or the result of p1 otherwise, though the comments say it should
succeed if p2's result is shorter than p1's. Whatever; we're doing
what the comments say.
TODO: implement datastructure linearization func
TODO: implement free func for parsers
TODO: Reimplement GSequence et al for use with arena allocator. (*&%$#@ Glib doesn't allow per-datastructure allocators)