aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* - Removed Void and Unit as kinds of types.Eduardo Julian2018-05-0565-599/+534
| | | - Changed the value of "unit" in the old LuxC to match the one in new-luxc.
* - Got the old compiler to compile again.Eduardo Julian2018-05-055-348/+334
|
* - List ranges can now be generated backwards.Eduardo Julian2018-05-023-18/+34
|
* - Changed the syntax for the parameters of "syntax:".Eduardo Julian2018-05-0229-157/+194
|
* - Made the names of all exceptions lower-case.Eduardo Julian2018-05-0218-95/+95
|
* - Added function for folding using monoids.Eduardo Julian2018-05-021-7/+14
|
* - Implemented Monoid for Duration.Eduardo Julian2018-05-021-0/+5
|
* - Re-named "Applicative" to "Apply".Eduardo Julian2018-05-0237-113/+112
|
* - Moved the "wrap" function into Monad, and removed Applicative from Monad's ↵Eduardo Julian2018-05-0239-275/+321
| | | | | family tree. - Moved the Free monad to its own module.
* - Re-organized "lux/data/coll/tree/*" modules.Eduardo Julian2018-05-014-35/+35
|
* - Re-organized priority-queue modules.Eduardo Julian2018-05-013-7/+7
|
* - Re-named "lux/data/coll/dict/*" to "lux/data/coll/dictionary/*".Eduardo Julian2018-05-0122-22/+22
|
* - Re-organized dict modules.Eduardo Julian2018-05-0122-40/+40
|
* - Re-organized set modules.Eduardo Julian2018-05-0117-20/+20
|
* - Re-named lux/control/cont to lux/control/continuation.Eduardo Julian2018-05-015-14/+13
|
* Allow giving names to loops that can be used instead of "recur".Eduardo Julian2018-05-011-29/+46
|
* - Allow underscore separators in the hex, octal and binary encoding macros ↵Eduardo Julian2018-05-012-29/+78
| | | | for Nat/Int/Deg/Frac.
* - WIP: - Initial PHP back-end implementation [missing procedures].Eduardo Julian2018-05-0124-421/+1356
|
* - WIP: - Initial PHP back-end implementation.Eduardo Julian2018-04-2714-36/+1469
|
* - Initial Common Lisp back-end implementation.Eduardo Julian2018-04-2522-264/+2331
|
* - Initial Scheme back-end implementation.Eduardo Julian2018-04-1827-172/+2440
|
* - Fixes for R back-end.Eduardo Julian2018-04-1510-129/+238
|
* - Made everything an expression for R translation.Eduardo Julian2018-04-1414-744/+655
|
* - Updated README.Eduardo Julian2018-04-141-8/+1
|
* - Fixed a bug when packaging uber-JARs in lux-lein.Eduardo Julian2018-04-141-3/+6
|
* - Initial R back-end implementation.Eduardo Julian2018-04-1424-11/+3039
|
* - Adapted new-luxc's code to latest stdlib changes.Eduardo Julian2018-04-0688-646/+836
|
* - Can now use resource/substructural types in pure computations.Eduardo Julian2018-04-052-33/+41
|
* - Improved the syntax for the "lux.function" macro.Eduardo Julian2018-04-05103-685/+725
|
* - Re-named "is" to "is?".Eduardo Julian2018-04-0521-89/+80
|
* - Implemented some math functions in pure Lux, to reduce the needs of the ↵Eduardo Julian2018-04-055-54/+98
| | | | compiler, and make it easier to port Lux to new backends.
* - Initial Python back-end implementation.Eduardo Julian2018-04-0426-408/+2837
|
* - Initial Ruby back-end implementation.Eduardo Julian2018-03-1327-57/+2333
|
* - Initial Lua backend implementation.Eduardo Julian2018-03-0627-356/+2591
|
* - Removed the "root2" and "root3" host procedures (their functionality is ↵Eduardo Julian2018-02-2413-63/+18
| | | | redundant, in the presence of the "pow" procedure).
* - Fixed nat division and remainder.Eduardo Julian2018-02-242-343/+86
|
* - Added a code-generation utility module for JS.Eduardo Julian2018-02-2314-179/+318
|
* - Added all the missing tests for translation of common procedures.Eduardo Julian2018-02-236-48/+586
| | | | - Implemented some missing process functionality in the JVM runtime. - Minor bug fixes.
* - Added tests for JS procedure translation.Eduardo Julian2018-02-2213-42/+229
|
* - Unified translation tests.Eduardo Julian2018-02-2221-1801/+1121
|
* - Changed the format for variants in JS.Eduardo Julian2018-02-215-22/+61
| | | - Fixed a bug when decoding fracs.
* - Fixed the failing simple tests.Eduardo Julian2018-02-214-28/+459
|
* - Added tests for normal JS (non-procedure) behavior.Eduardo Julian2018-02-1714-52/+525
| | | - Fixed a few bugs.
* - Some improvements to protocol-based objects.Eduardo Julian2018-02-112-68/+151
|
* - Added initial implementation of protocol-based object-oriented programming.Eduardo Julian2018-02-116-9/+213
|
* - Re-named lux/type/object to lux/type/object/interface.Eduardo Julian2018-02-114-3/+3
|
* - Fixed how type-application is text-encoded in old compiler.Eduardo Julian2018-02-071-8/+10
|
* - Fixed tests in stdlib.Eduardo Julian2018-02-0710-87/+95
|
* - Small additions.Eduardo Julian2018-02-073-12/+42
|
* - Improved the way exceptions work.Eduardo Julian2018-02-0725-150/+221
|