Age | Commit message (Expand) | Author | Files | Lines |
2015-03-25 | Add flag for irrefutable matches, prevents arguments from being resolved | John Hodge | 1 | -1/+1 |
2015-03-21 | Split pattern parsing out of expr.cpp | John Hodge | 1 | -0/+4 |
2015-03-21 | Rework macro handling to (hopefully) correctly handle nested repetions | John Hodge | 1 | -0/+2 |
2015-03-20 | Split parse/root.cpp up | John Hodge | 1 | -0/+1 |
2015-03-18 | super path in expr, byte literals, while disallow struct, todo struct match | John Hodge | 1 | -0/+1 |
2015-03-18 | Local macros, fixed array literals | John Hodge | 1 | -0/+1 |
2015-03-17 | Block fn-s, parse (but no AST) for array literals | John Hodge | 1 | -0/+1 |
2015-03-17 | Rework handling of blocks, add sub-modules | John Hodge | 1 | -0/+5 |
2015-03-17 | Replace Enum variant inner type | John Hodge | 1 | -0/+2 |
2015-03-14 | Fixed macros, added range syntax and other tweaks | John Hodge | 1 | -0/+2 |
2015-03-13 | Various other features for libcore, now on to loops | John Hodge | 1 | -0/+1 |
2015-03-13 | Const items in expressions, attributes in impl blocks | John Hodge | 1 | -4/+8 |
2015-03-08 | Macro parsing, saving, and evaluating | John Hodge | 1 | -23/+0 |
2015-03-07 | Added file+line reporting to error messages | John Hodge | 1 | -2/+2 |
2014-12-23 | Move source files to src/ folder | John Hodge (sonata) | 1 | -0/+50 |