aboutsummaryrefslogtreecommitdiff
path: root/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Small fixes to reader & type-system.Eduardo Julian2016-07-014-73/+542
| | | | - Test suites for reader, lexer and parser got updated. - Added unit-tests for type-system.
* - Implemented multi-line text literals.Eduardo Julian2015-12-311-5/+12
|
* Tests for the parser.Eduardo Julian2015-09-033-0/+279
|
* - Added unit-tests for lexer.Eduardo Julian2015-08-302-2/+266
| | | - Fixed a bug when lexing multi-line comments.
* - Remove the (unnec) "All'" and "->'" macros.Eduardo Julian2015-08-291-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.