TODO/HACKING: update: lalr/paren.scm runs.

This commit is contained in:
Jan Nieuwenhuizen 2016-07-24 19:38:47 +02:00
parent 46387d411b
commit d5fc30d265
2 changed files with 8 additions and 0 deletions

View file

@ -32,6 +32,11 @@ days :-)
* The [GuixSD] boostrap binaries
** Run a C parser on Mes
*** Run simple PEG on Guile
*** Run simple PEG on Mes
*** Find/port a PEG C and parse minimal C program
*** Generate an executable from this C-AST
*** Find a tiny C compiler that can compile gcc
** Run lalr on Mes
*** Get paren.scm test running
*** Translate cgram.y into lalr, generate AST

3
TODO
View file

@ -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