aboutsummaryrefslogtreecommitdiff
path: root/source/another.lux (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-19[Bugs]Eduardo Julian1-4/+0
- Removed the issue that was causing the compiler to never display the true source of errors. [Enhancements] - Separated the prelude (lux.lux) and utils (util.lux) from the code at test2.lux - The compiler now handles module-separation a bit better [Cleanup] - Removed the unnecessary another.lux [Temporary] - The base classes/interfaces are now assumed to be in the "lux" module, but they must be moved to "lux/host"
2015-01-19[Enhancements]Eduardo Julian1-0/+0
Source code is looked-up inside a "source" directory.
2015-01-03The language officially has a name: Lux (stylized as "lux").Eduardo Julian1-0/+0
2014-12-26Pattern-matching has been enriched with sub-structural matching.Eduardo Julian1-5/+0
2014-12-14Added module imports.Eduardo Julian1-0/+9