aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added currencies.Eduardo Julian2022-11-285-7/+254
|
* Added support for saturation arithmetic.Eduardo Julian2022-11-253-3/+60
|
* New arithmetic abstraction + common file extensions as constants.Eduardo Julian2022-11-238-7/+181
|
* Added index section to documentation + re-named Primitive -> NominalEduardo Julian2022-11-2115-103/+193
|
* Fixed a bug when optimization record access.Eduardo Julian2022-11-207-19/+107
|
* Got the tests to compile again for Python.Eduardo Julian2022-11-195-332/+345
|
* Updated the Python compiler to work with the new format for extensions.Eduardo Julian2022-11-181-1/+1
|
* Added generic logging abstraction/machinery.Eduardo Julian2022-11-168-35/+289
|
* Now documenting dependers and dependees.Eduardo Julian2022-11-1511-86/+223
|
* Added LineNumberTable annotations to functions when compiling for the JVM.Eduardo Julian2022-11-156-44/+86
|
* Added SourceFile annotations to functions when compiling for the JVM.Eduardo Julian2022-11-111-1/+1
|
* Can now mark definitions as deprecated in their documentation.Eduardo Julian2022-11-073-5/+400
|
* Added support for inline testing.Eduardo Julian2022-11-077-24/+157
|
* More efficient code-generation for text composition.Eduardo Julian2022-11-068-162/+408
|
* Property-based testing can now log/print successful seeds from run.Eduardo Julian2022-11-055-12/+192
|
* Eliminated the .alias# extension. Now detecting aliases in .def#.Eduardo Julian2022-10-287-21/+263
|
* Added support for aspect-oriented programming.Eduardo Julian2022-10-275-3/+189
|
* Minor naming & syntax improvements.Eduardo Julian2022-10-2480-386/+524
|
* New module just for the Char type + fixes to JSON parsing.Eduardo Julian2022-10-247-6/+197
|
* Added the capacity to re-bind global definitions within a scope.Eduardo Julian2022-10-245-4/+175
|
* New Delay type with associated constants + compile-time warning for ↵Eduardo Julian2022-10-234-10/+69
| | | | undefined computations.
* New (optional) names for Frac type + fixed module of CSP concurrency.Eduardo Julian2022-10-228-6/+83
|
* Clean-up after format change for extensions [part 3]Eduardo Julian2022-10-224-37/+187
|
* Clean-up after format change for extensions [part 2]Eduardo Julian2022-10-214-80/+45
|
* Clean-up after format change for extensions [part 0]Eduardo Julian2022-10-211-2/+2
|
* Migrating default extensions to the new format [Part 3]Eduardo Julian2022-10-204-184/+233
|
* Migrating default extensions to the new format [Part 2]Eduardo Julian2022-10-196-53/+47
|
* Migrating default extensions to the new format [Part 1]Eduardo Julian2022-10-031-13/+13
|
* New format for extensions [part 4]Eduardo Julian2022-10-024-17/+48
|
* New format for extensions [part 3]Eduardo Julian2022-10-021-57/+51
|
* New format for extensions [part 2]Eduardo Julian2022-10-011-24/+28
|
* New format for extensions [part 1]Eduardo Julian2022-10-011-19/+26
|
* New format for extensions [part 0]Eduardo Julian2022-10-011-17/+26
|
* Added support for context-oriented programming.Eduardo Julian2022-09-039-150/+392
|
* Made labels (tags & slots) into normal definitions.Eduardo Julian2022-09-023-90/+7
|
* Added support for row polymorphism.Eduardo Julian2022-08-315-2/+224
|
* Got rid of the superfluous "lux macro" extension.Eduardo Julian2022-08-3012-124/+197
|
* Added support for predicate-based polymorphism.Eduardo Julian2022-08-305-3/+126
|
* Added support for behavioral programming.Eduardo Julian2022-08-263-2/+103
|
* Added support for type-based polymorphism.Eduardo Julian2022-08-254-2/+96
|
* Added support for structured concurrency.Eduardo Julian2022-08-254-7/+249
|
* Added function trampolines.Eduardo Julian2022-08-235-3/+118
|
* Added support for the agent model.Eduardo Julian2022-08-223-0/+111
|
* Added support for time-zoned time.Eduardo Julian2022-08-194-1/+155
|
* Added support for incremental computation.Eduardo Julian2022-08-193-1/+129
|
* Added functions with named parameters.Eduardo Julian2022-08-194-2/+182
|
* Added support for Communicating Sequential Processes (CSP).Eduardo Julian2022-08-184-1271/+1387
|
* Added variadic functions.Eduardo Julian2022-08-185-8/+334
|
* Added support for event-loop concurrency.Eduardo Julian2022-08-185-1216/+1361
|
* Less needless re-compilation in the caching system.Eduardo Julian2022-08-173-104/+148
|