Age | Commit message (Expand) | Author | Files | Lines |
2015-03-14 | Fixed macros, added range syntax and other tweaks | John Hodge | 1 | -200/+282 |
2015-03-13 | Various other features for libcore, now on to loops | John Hodge | 1 | -18/+27 |
2015-03-13 | Const items in expressions, attributes in impl blocks | John Hodge | 1 | -2/+11 |
2015-03-12 | Float parsing, module-level macro expansion | John Hodge | 1 | -11/+46 |
2015-03-10 | Rework macro handling to support correct repetitions | John Hodge | 1 | -6/+23 |
2015-03-09 | Parse updates | John Hodge | 1 | -35/+60 |
2015-03-09 | Fixed patterns, bool literals | John Hodge | 1 | -7/+15 |
2015-03-08 | Cleanup to pattern handling | John Hodge | 1 | -45/+54 |
2015-03-08 | Correct parsing of macro expansion template. | John Hodge | 1 | -6/+6 |
2015-03-08 | Macro definitions now being used | John Hodge | 1 | -15/+121 |
2015-03-08 | Macro parsing, saving, and evaluating | John Hodge | 1 | -26/+46 |
2015-03-07 | Added file+line reporting to error messages | John Hodge | 1 | -3/+3 |
2015-03-07 | Prettier printing | John Hodge | 1 | -4/+10 |
2015-01-25 | Hacked in dumping as rust | John Hodge (sonata) | 1 | -18/+31 |
2015-01-22 | Corrected pattern handling (a bit) | John Hodge (sonata) | 1 | -15/+81 |
2015-01-22 | Minor tweaks to pattern parsing (needs rework) | John Hodge (sonata) | 1 | -0/+15 |
2015-01-19 | Slow work on typecheck/propagate structure | John Hodge (sonata) | 1 | -2/+9 |
2015-01-16 | Added associated type reference parse, and tuple value parse | John Hodge (sonata) | 1 | -1/+12 |
2015-01-15 | Type alias bound to path, considering removing std hack and implementing AST ... | John Hodge (sonata) | 1 | -5/+2 |
2015-01-05 | Parser - Handle methods correctly | John Hodge (sonata) | 1 | -10/+17 |
2015-01-05 | Implementing path lookup (bottom level of resolve) | John Hodge (sonata) | 1 | -1/+7 |
2015-01-02 | Adding in support for std, parsing now broken due to TODO early in process | John Hodge (sonata) | 1 | -3/+3 |
2015-01-01 | Name resolve framework coming along | John Hodge (sonata) | 1 | -6/+5 |
2014-12-30 | Rework expressions so they can be iterated (and actually save data) | John Hodge (sonata) | 1 | -73/+74 |
2014-12-23 | Move source files to src/ folder | John Hodge (sonata) | 1 | -0/+631 |