Hi! Matt Wette <[email protected]> skribis:
> nyacc version 0.65.0 is released as beta > > nyacc is a LALR parser generator written from the ground up in guile > > Features/Updates: > * clean scheme-flavored syntax for grammar specification > * updated documentation (but still rough draft) > * prototype parsers for c, javascript, matlab that output parse trees in a > SXML format > * partial sxml-parse-tree to il-tree conversion for javascript and C > * partial sxml-parse-tree pretty printer for javascript and C > > Demo: > Use C parser and pretty printer to clean up C expressions (e.g., remove > unneeded paren’s): The demo is already quite impressive! What subset of C99 and GNU99 is currently supported? What are you aiming for with the tree-il conversion? That sounds interesting. :-) Thanks, Ludo’.
