aboutsummaryrefslogtreecommitdiff
path: root/tests/ast.test
AgeCommit message (Expand)Author
2020-08-01Write '#:use-module', '#:export', etc. instead of ':use-module', etc.•••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 Ludovic Courtès
2012-05-14ast: Add `node-children'.•••* src/guile/skribilo/ast.scm (node-children): New procedure. * tests/ast.test ("node-children"): New test. Ludovic Courtès
2009-01-07Add AST unit tests.•••* tests/Makefile.am (TESTS): Add `ast.test'. (CLEANFILES): Add `ast.log'. Ludovic Courtès