| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
- Moved JSON polytypism to the lux/macro/poly/* branch.
|
|
themselves.
|
|
($_ (::: +) 1 2 3) => (::: + 1 (::: + 2 3)) instead of ((::: +) 1 ((::: +) 2 3))
|
|
|
|
|
|
|
|
- Added CSS-generation module.
|
|
|
|
|
|
- Added a way to obtain a program's environment variables.
|
|
|
|
|
|
|
|
|
|
|
|
- Fixed a bug with the types of actors and messages.
- Added Functor for queues.
- Small refactorings and fixes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Simplified a lot of polytypism.
|
|
- Re-implemented JSON parsing in terms of lux/control/parser.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
getting included in the synthesized #;Host type.
|
|
lux/data/lazy.
|
|
|
|
|
|
|
|
|
|
|
|
calculations.
|
|
the future, they will be completely optimized away.
|
|
used (they are easier to optimize away).
|
|
|
|
|
|
|
|
- There are still some corner cases where decoding fails. MUST FIX.
|