| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
type and its "magical" compiler behavior.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Fixed naming issue with extensions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Removed some modules that should have been deleted before.
|
|
|
|
- Merged the functionality of "lux process future" into "lux process schedule".
|
|
|
|
|
|
|
|
signed-shift-right -> arithmetic-right-shift.
|
|
|
|
- Changed the value of "unit" in the old LuxC to match the one in new-luxc.
|
|
compiler, and make it easier to port Lux to new backends.
|
|
redundant, in the presence of the "pow" procedure).
|
|
|
|
|
|
- Some refactoring.
- Added some alternative snippets of code that new-luxc can handle better.
|
|
- Some small refactoring.
|
|
|
|
- Removed "lux text trim" procedure.
- Modified "lux text clip" procedure.
- Some bug fixes.
|
|
- Fixed some bugs.
|
|
|
|
|
|
|
|
- Also did argument swapping for lux/type;application.
|
|
|
|
|
|
- No longer relying in LuxRT-supported implementations.
|
|
- Moved some type-constructors for building functor types into the lux/control/functor module.
- Renamed Ord to Order.
- Renamed Env to Reader.
|