aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added currencies.Eduardo Julian2022-11-2819-369/+654
|
* Added support for saturation arithmetic.Eduardo Julian2022-11-2517-349/+406
|
* New arithmetic abstraction + common file extensions as constants.Eduardo Julian2022-11-2316-460/+758
|
* Added index section to documentation + re-named Primitive -> NominalEduardo Julian2022-11-21123-677/+860
|
* Fixed a bug when optimization record access.Eduardo Julian2022-11-2041-312/+426
|
* Got the tests to compile again for Python.Eduardo Julian2022-11-194-93/+123
|
* Updated the Python compiler to work with the new format for extensions.Eduardo Julian2022-11-1816-343/+383
|
* Added generic logging abstraction/machinery.Eduardo Julian2022-11-166-24/+222
|
* Now documenting dependers and dependees.Eduardo Julian2022-11-15160-1348/+1601
|
* Added LineNumberTable annotations to functions when compiling for the JVM.Eduardo Julian2022-11-1532-918/+1152
|
* Added SourceFile annotations to functions when compiling for the JVM.Eduardo Julian2022-11-119-268/+293
|
* Can now mark definitions as deprecated in their documentation.Eduardo Julian2022-11-076-135/+240
|
* Added support for inline testing.Eduardo Julian2022-11-0710-46/+274
|
* More efficient code-generation for text composition.Eduardo Julian2022-11-0621-202/+246
|
* Property-based testing can now log/print successful seeds from run.Eduardo Julian2022-11-0516-73/+191
|
* Eliminated the .alias# extension. Now detecting aliases in .def#.Eduardo Julian2022-10-2828-282/+320
|
* Added support for aspect-oriented programming.Eduardo Julian2022-10-2714-243/+647
|
* Minor naming & syntax improvements.Eduardo Julian2022-10-24105-327/+355
|
* New module just for the Char type + fixes to JSON parsing.Eduardo Julian2022-10-2412-201/+393
|
* Added the capacity to re-bind global definitions within a scope.Eduardo Julian2022-10-246-87/+322
|
* New Delay type with associated constants + compile-time warning for ↵Eduardo Julian2022-10-237-19/+62
| | | | undefined computations.
* New (optional) names for Frac type + fixed module of CSP concurrency.Eduardo Julian2022-10-2210-50/+97
|
* Clean-up after format change for extensions [part 3]Eduardo Julian2022-10-2229-988/+830
|
* Clean-up after format change for extensions [part 2]Eduardo Julian2022-10-2130-613/+498
|
* Clean-up after format change for extensions [part 1]Eduardo Julian2022-10-2114-260/+145
|
* Clean-up after format change for extensions [part 0]Eduardo Julian2022-10-219-235/+172
|
* Migrating default extensions to the new format [Part 3]Eduardo Julian2022-10-2012-588/+547
|
* Migrating default extensions to the new format [Part 2]Eduardo Julian2022-10-1952-880/+978
|
* Migrating default extensions to the new format [Part 1]Eduardo Julian2022-10-0313-96/+155
|
* Migrating default extensions to the new format [Part 0]Eduardo Julian2022-10-0313-273/+412
|
* New format for extensions [part 4]Eduardo Julian2022-10-0213-105/+132
|
* New format for extensions [part 3]Eduardo Julian2022-10-0221-206/+162
|
* New format for extensions [part 2]Eduardo Julian2022-10-0129-268/+275
|
* New format for extensions [part 1]Eduardo Julian2022-10-0132-197/+245
|
* New format for extensions [part 0]Eduardo Julian2022-10-0115-249/+348
|
* Added support for context-oriented programming.Eduardo Julian2022-09-033-13/+226
|
* Made labels (tags & slots) into normal definitions.Eduardo Julian2022-09-0242-399/+254
|
* Added support for row polymorphism.Eduardo Julian2022-08-312-3/+226
|
* Got rid of the superfluous "lux macro" extension.Eduardo Julian2022-08-304-54/+29
|
* Added support for predicate-based polymorphism.Eduardo Julian2022-08-304-48/+274
|
* Added support for behavioral programming.Eduardo Julian2022-08-266-9/+65
|
* Added support for type-based polymorphism.Eduardo Julian2022-08-252-4/+79
|
* Added support for structured concurrency.Eduardo Julian2022-08-252-2/+340
|
* Added function trampolines.Eduardo Julian2022-08-232-11/+68
|
* Added support for the agent model.Eduardo Julian2022-08-222-7/+72
|
* Added support for time-zoned time.Eduardo Julian2022-08-193-6/+222
|
* Added support for incremental computation.Eduardo Julian2022-08-192-3/+149
|
* Added functions with named parameters.Eduardo Julian2022-08-195-20/+115
|
* Added support for Communicating Sequential Processes (CSP).Eduardo Julian2022-08-181-0/+76
|
* Added variadic functions.Eduardo Julian2022-08-182-4/+72
|