aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/host.jvm.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* No more escaping of double-quotes.Eduardo Julian2018-08-231-2/+2
* No more escaping of horizontal-tab.Eduardo Julian2018-08-221-1/+1
* - Re-defined the relationship between analysis and evaluation.Eduardo Julian2018-08-081-1/+1
* Some small improvements and fixes.Eduardo Julian2018-08-051-6/+10
* Moved "Array" type back into "lux/data/collection/array".Eduardo Julian2018-08-031-3/+3
* Now implementing process functionality in stdlib instead of the compiler.Eduardo Julian2018-07-311-3/+4
* Removed temporary "|" prefix on Nat.Eduardo Julian2018-07-281-3/+3
* Temporary commit to get rid of "+" signs for Nat.Eduardo Julian2018-07-281-3/+3
* Re-named "seq" to "and" and "alt" to "or".Eduardo Julian2018-07-211-24/+24
* Re-named "name-for" to "name-of".Eduardo Julian2018-07-211-1/+1
* Re-named "Symbol" to "Identifier".Eduardo Julian2018-07-211-38/+38
* Re-named "Ident" to "Name".Eduardo Julian2018-07-211-1/+1
* Moved "lux/language/type/*" to "lux/type/*".Eduardo Julian2018-07-211-5/+3
* "^open" and "open:" now use aliases instead of prefixes, the same way as modu...Eduardo Julian2018-07-201-8/+8
* No longer giving default aliases to un-prefixed imports.Eduardo Julian2018-07-201-21/+24
* - New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian2018-07-141-13/+13
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-131-33/+33
* - Improvements to import syntax [part 2].Eduardo Julian2018-07-111-18/+20
* - Improvements to import syntax [part 1].Eduardo Julian2018-07-111-4/+4
* - Improvements to import syntax [part 0].Eduardo Julian2018-07-101-5/+5
* - Re-named path "lux/lang/*" to "lux/language/*".Eduardo Julian2018-07-101-1/+1
* - Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian2018-07-101-1/+1
* - Improved syntax for pattern-matching.Eduardo Julian2018-07-071-3/+3
* - Re-named "equality" to "equivalence".Eduardo Julian2018-07-051-5/+5
* - Re-named "import" to "import:".Eduardo Julian2018-07-031-7/+7
* - Re-named ":!" to ":coerce".Eduardo Julian2018-07-031-2/+2
* - Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian2018-05-201-8/+8
* - Re-named "Compiler" type to "Lux".Eduardo Julian2018-05-101-2/+2
* - Went back to the old way of loading classes...Eduardo Julian2018-05-071-3/+2
* - When loading classes in "lux/host.jvm.lux" using "java.lang,Class::forName"...Eduardo Julian2018-05-061-1/+2
* - Removed Void and Unit as kinds of types.Eduardo Julian2018-05-051-25/+23
* - Changed the syntax for the parameters of "syntax:".Eduardo Julian2018-05-021-47/+55
* - Improved the syntax for the "lux.function" macro.Eduardo Julian2018-04-051-14/+15
* - Small refactorings.Eduardo Julian2018-01-301-6/+9
* - Brought luxc and new-luxc closer together.Eduardo Julian2017-12-051-47/+47
* - No longer deleting type-vars in luxc, to better match it with the type-chec...Eduardo Julian2017-12-041-71/+71
* - "gensym" went back to producing Code, instead of Ident.Eduardo Julian2017-12-021-42/+41
* - Changed some of the syntax for macro templating.Eduardo Julian2017-12-011-68/+69
* - Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian2017-11-291-377/+377
* - Re-named the "." function to "compose" and moved it to lux/function.Eduardo Julian2017-11-281-4/+5
* - Changed the syntax involved in JVM host-interop.Eduardo Julian2017-11-271-201/+186
* - Got rid of even more dots.Eduardo Julian2017-11-271-1/+1
* - Added parallel compilation.Eduardo Julian2017-11-201-1/+1
* - Re-named "lux/meta" to to "lux/macro".Eduardo Julian2017-11-151-27/+27
* - Moved "/type" and "/type/check" from "lux/meta" to "lux/lang".Eduardo Julian2017-11-151-2/+2
* - Changed how Lux procedures work on the old compiler and the stdlib.Eduardo Julian2017-11-061-100/+98
* - Now, all special forms are handled as procedures.Eduardo Julian2017-10-311-4/+4
* - Changed the way some special forms work.Eduardo Julian2017-10-251-5/+5
* - Re-named "Host" to "Primitive".Eduardo Julian2017-10-201-15/+15
* - Re-named "Lux" type to "Meta".Eduardo Julian2017-10-161-55/+55