| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
ratio/fraction syntax.
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
- WIP: Some other changes/additions to the new compiler.
|
| |
|
|
|
| |
- 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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|