Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-01 | Write '#:use-module', '#:export', etc. instead of ':use-module', etc. | Ludovic Courtès | |
Changes made by running: for i in $(git ls-tree -r HEAD --name-only) ; do sed -i $i -e's/:use-module/#:use-module/g ; s/:autoload/#:autoload/g ; s/:export/#:export/g' ; done | |||
2012-05-14 | ast: Add `node-children'. | Ludovic Courtès | |
* src/guile/skribilo/ast.scm (node-children): New procedure. * tests/ast.test ("node-children"): New test. | |||
2009-01-07 | Add AST unit tests. | Ludovic Courtès | |
* tests/Makefile.am (TESTS): Add `ast.test'. (CLEANFILES): Add `ast.log'. |