aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* - Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian2018-05-201-46/+46
| | | - Removed some modules that should have been deleted before.
* - Added new #I64 type as foundation for types based on 64-bit integers.Eduardo Julian2018-05-131-183/+145
|
* - Implemented Deg(ree) reciprocal & conversions Deg<->Frac.Eduardo Julian2018-05-121-18/+70
| | | - Added an easy way to define aliases.
* - Re-named "Compiler" type to "Lux".Eduardo Julian2018-05-101-12/+12
|
* - Implemented Deg functionality in pure Lux.Eduardo Julian2018-05-071-28/+132
|
* - Implemented Nat functionality in pure Lux.Eduardo Julian2018-05-061-24/+165
|
* - Removed Void and Unit as kinds of types.Eduardo Julian2018-05-051-163/+120
| | | - Changed the value of "unit" in the old LuxC to match the one in new-luxc.
* Allow giving names to loops that can be used instead of "recur".Eduardo Julian2018-05-011-29/+46
|
* - Improved the syntax for the "lux.function" macro.Eduardo Julian2018-04-051-100/+104
|
* - Re-named "is" to "is?".Eduardo Julian2018-04-051-3/+3
|
* - Small additions.Eduardo Julian2018-02-071-4/+16
|
* - Small refactorings.Eduardo Julian2018-01-031-0/+13
|
* - Added bit-sets.Eduardo Julian2017-12-311-0/+13
|
* - Added module for predicates.Eduardo Julian2017-12-251-0/+3
| | | | | - Added refinement types. - Small refactorings and fixes. - Added the capacity to unquote expressions inside the 'lux.type' macro.
* - Brought luxc and new-luxc closer together.Eduardo Julian2017-12-051-8/+8
|
* - Added analysis, synthesis, translation and statement extensions.Eduardo Julian2017-12-051-17/+21
| | | | - No longer doing ad-hoc I/O in new-luxc. - Minor fixes and adjustments.
* - Re-named "Def" to "Definition".Eduardo Julian2017-12-041-37/+37
|
* - Fixed some small issues uncovered by new-luxc.Eduardo Julian2017-12-031-7/+7
|
* - Added some ~! to some macros to stop them from imposing dependencies.Eduardo Julian2017-12-021-0/+6
| | | - Added some code to "lux.type" so it can handle "lux in-module".
* - "gensym" went back to producing Code, instead of Ident.Eduardo Julian2017-12-021-63/+59
|
* - Added context-sensitive macro-expansion by means of "lux in-module", and ↵Eduardo Julian2017-12-021-132/+68
| | | | | | removed all the (now unnecessary) #hidden tags. - Fixed a bug when loading the imports from the cache. - Added special notation for context-sensitive macro-expansion.
* - Added new "lux in-module" procedure for changing the module while ↵Eduardo Julian2017-12-021-7/+13
| | | | analysing an expression.
* - Changed some of the syntax for macro templating.Eduardo Julian2017-12-011-288/+297
| | | - "gensym" now produces Ident instead of Code.
* - Made it so that module annotations can only be set once now.Eduardo Julian2017-12-011-2/+2
|
* - Changed the identifier separator, from the semi-colon (;) to the ↵Eduardo Julian2017-11-291-2124/+2132
| | | | period/dot (.).
* - Re-named the "." function to "compose" and moved it to lux/function.Eduardo Julian2017-11-281-8/+8
|
* - Changed the syntax involved in JVM host-interop.Eduardo Julian2017-11-271-9/+3
|
* - Got rid of even more dots.Eduardo Julian2017-11-271-8/+8
|
* - Changed the prefixes of numeric functions.Eduardo Julian2017-11-271-98/+98
|
* - Changed to the new relative imports syntax.Eduardo Julian2017-11-261-102/+104
|
* - Fixed some bugs.Eduardo Julian2017-11-211-304/+305
| | | - Some small refactoring.
* - Modified the syntax for module definitions.Eduardo Julian2017-11-141-1/+1
| | | - Fixed some bugs.
* - Made "lux text clip" work like it used to.Eduardo Julian2017-11-141-8/+2
|
* - Fixed some bugs.Eduardo Julian2017-11-141-15/+42
| | | - new-luxc can now fully compile lux.lux!
* - Removed "lux text last-index" procedure.Eduardo Julian2017-11-141-40/+54
| | | | | - Removed "lux text trim" procedure. - Modified "lux text clip" procedure. - Some bug fixes.
* - Type-vars no longer get deleted.Eduardo Julian2017-11-131-32/+31
| | | - Fixed some bugs.
* - Fixed some bugs.Eduardo Julian2017-11-121-279/+280
| | | | - Improved error reporting. - Optimized pattern-matching a bit.
* - Changed how Lux procedures work on the old compiler and the stdlib.Eduardo Julian2017-11-061-86/+86
|
* - "^code" can now be used as a normal macro, when pattern-matching using the ↵Eduardo Julian2017-10-311-1/+6
| | | | "^" macro.
* - Now, all special forms are handled as procedures.Eduardo Julian2017-10-311-1143/+1143
| | | - "lux case" now takes its branches as a non-empty record.
* - Added "^code" pattern-matching macro for easier handling of code.Eduardo Julian2017-10-301-0/+76
|
* - Added "lux check type" to old compiler.Eduardo Julian2017-10-301-9/+9
|
* - Added a new piece of compiler state, just for storing the current-module.Eduardo Julian2017-10-261-36/+40
|
* - "primitive" macro can now handle primitives as text.Eduardo Julian2017-10-261-0/+6
|
* - WIP: Wiring everything to get the compiler to work fully.Eduardo Julian2017-10-261-2/+2
| | | - Fixed a bug when combining field/method/class modifiers.
* - Changed the way some special forms work.Eduardo Julian2017-10-251-1957/+1957
|
* - Re-named "Host" to "Primitive".Eduardo Julian2017-10-201-28/+28
|
* - Implemented an more comfortable alternative to "with-expansions".Eduardo Julian2017-10-191-4/+61
|
* - Added "for" macro to specify platform-dependent code.Eduardo Julian2017-10-171-18/+57
| | | - Some refactoring/re-naming.
* - Re-named "Lux" type to "Meta".Eduardo Julian2017-10-161-222/+222
| | | - Moved lux/type/* under lux/meta/*.