| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
- Removed a lot of useless comments & logging.
- Removed the useless test1.lux file.
|
|
|
|
|
|
|
|
|
|
| |
- 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"
|
|
|
| |
Source code is looked-up inside a "source" directory.
|
|
|
| |
.class files are now stored inside an "output" directory.
|
| |
|
|
|
|
|
|
| |
instead of relying on a tuple.
* Changed the pattern-matching and variant generation code accordingly.
* Also changed a bit the special form for defining classes.
|
|
|