Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-20 | Implement #if, #else, #elif, and #endif with tests. | Carl Worth | |
So far the only expression implemented is a single integer literal, but obviously that's easy to extend. Various things including nesting are tested here. |