aboutsummaryrefslogtreecommitdiffstats
path: root/src/flatten.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-12-25Use C++11 range-based for loops.David Robillard1-2/+2
2012-12-23Move towards standard Scheme syntax.David Robillard1-8/+8
2012-12-15Write forward declarations for all types and functions for mutual and/or nest...David Robillard1-0/+4
2012-12-14Use explicit 'call' form after lifting pass.David Robillard1-1/+1
2011-05-15Remove cast form (unnecessary since compile stage casts paramters as needed a...David Robillard1-2/+1
2011-05-14Tidy.David Robillard1-2/+2
2011-05-14Add flatten stage to generate flat s-expression IR for the (now simpler) comp...David Robillard1-0/+196