projects
/
mes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
TODO/HACKING: update: lalr/paren.scm runs.
[mes.git]
/
TODO
diff --git
a/TODO
b/TODO
index 62c1415604b665a3919670a36f57f5d3798d6fb7..0be14df05fc979acdb0583a37a8b67942877ef99 100644
(file)
--- a/
TODO
+++ b/
TODO
@@
-17,6
+17,9
@@
See bugs/
**** datum->syntax
**** syntax->datum
**** syntax-case
+** parse C using LALR
+*** v get LALR running paren.scm
+*** Translate cgram.y into lalr, generate AST
** parse C using PEG
http://piumarta.com/software/peg/
** C grammar in lex/yacc