aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/host.js.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added "+" sign to positive Int.Eduardo Julian2018-07-281-3/+3
* Re-named "seq" to "and" and "alt" to "or".Eduardo Julian2018-07-211-3/+3
* "^open" and "open:" now use aliases instead of prefixes, the same way as modu...Eduardo Julian2018-07-201-5/+6
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-131-1/+1
* - Improvements to import syntax [part 2].Eduardo Julian2018-07-111-8/+9
* - Improvements to import syntax [part 1].Eduardo Julian2018-07-111-1/+1
* - Improvements to import syntax [part 0].Eduardo Julian2018-07-101-7/+7
* - Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian2018-07-101-1/+1
* - Re-named ":!" to ":coerce".Eduardo Julian2018-07-031-8/+8
* - Changed the syntax for the parameters of "syntax:".Eduardo Julian2018-05-021-4/+5
* - Improved the syntax for the "lux.function" macro.Eduardo Julian2018-04-051-1/+1
* - Changed some of the syntax for macro templating.Eduardo Julian2017-12-011-2/+2
* - Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian2017-11-291-20/+20
* - Re-named "lux/meta" to to "lux/macro".Eduardo Julian2017-11-151-3/+3
* - Changed how Lux procedures work on the old compiler and the stdlib.Eduardo Julian2017-11-061-10/+10
* - Re-named "Host" to "Primitive".Eduardo Julian2017-10-201-1/+1
* - Re-named "Lux" type to "Meta".Eduardo Julian2017-10-161-3/+3
* - Re-named lux/control/parser;opt to lux/control/parser;maybe.Eduardo Julian2017-10-161-3/+3
* - Re-named "real" numbers to "frac"(tions).Eduardo Julian2017-09-041-3/+3
* - CLI, Syntax and Lexer are now based upon a common Parser type.Eduardo Julian2017-06-211-5/+6
* - Renamed "AST" to "Code".Eduardo Julian2017-05-071-3/+3
* - Removed "T" suffix from Type's tags.Eduardo Julian2017-05-071-1/+1
* - Fused the lux/compiler and lux/macro modules.Eduardo Julian2017-04-111-1/+1
* - Renamed "lambda" to "function".Eduardo Julian2017-04-101-1/+1
* - Implemented custom JS host procedures.Eduardo Julian2017-03-151-0/+83