about summary refs log tree commit diff
path: root/src/comp/front/test.rs
AgeCommit message (Collapse)AuthorLines
2011-07-06Begin adding unit testing infrastructure to the compilerBrian Anderson-0/+44
Add a --test flag and a pass for transforming the AST to generate a test harness. Issue #428