aboutsummaryrefslogtreecommitdiff
path: root/test (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-07-01- Small fixes to reader & type-system.Eduardo Julian4-73/+542
- Test suites for reader, lexer and parser got updated. - Added unit-tests for type-system.
2015-12-31- Implemented multi-line text literals.Eduardo Julian1-5/+12
2015-09-03Tests for the parser.Eduardo Julian3-0/+279
2015-08-30- Added unit-tests for lexer.Eduardo Julian2-2/+266
- Fixed a bug when lexing multi-line comments.
2015-08-29- Remove the (unnec) "All'" and "->'" macros.Eduardo Julian1-0/+57
- Improved the "struct" macro so that (once again) it doesn't ask for the prefixes of the members. - Added tests for the lux.reader namespace.