aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added currencies.Eduardo Julian2022-11-2825-382/+914
|
* Added support for saturation arithmetic.Eduardo Julian2022-11-2522-400/+510
|
* New arithmetic abstraction + common file extensions as constants.Eduardo Julian2022-11-2326-508/+1037
|
* Added index section to documentation + re-named Primitive -> NominalEduardo Julian2022-11-21153-880/+1145
|
* Fixed a bug when optimization record access.Eduardo Julian2022-11-2060-359/+562
|
* Got the tests to compile again for Python.Eduardo Julian2022-11-1910-435/+469
|
* Updated the Python compiler to work with the new format for extensions.Eduardo Julian2022-11-1819-354/+394
|
* Added generic logging abstraction/machinery.Eduardo Julian2022-11-1614-59/+511
|
* Now documenting dependers and dependees.Eduardo Julian2022-11-15180-1483/+1873
|
* Added LineNumberTable annotations to functions when compiling for the JVM.Eduardo Julian2022-11-1540-977/+1256
|
* Added SourceFile annotations to functions when compiling for the JVM.Eduardo Julian2022-11-1110-269/+294
|
* Can now mark definitions as deprecated in their documentation.Eduardo Julian2022-11-07137-2244/+2596
|
* Added support for inline testing.Eduardo Julian2022-11-0719-76/+444
|
* More efficient code-generation for text composition.Eduardo Julian2022-11-0632-385/+678
|
* Property-based testing can now log/print successful seeds from run.Eduardo Julian2022-11-0523-184/+462
|
* Eliminated the .alias# extension. Now detecting aliases in .def#.Eduardo Julian2022-10-2836-324/+609
|
* Added support for aspect-oriented programming.Eduardo Julian2022-10-2719-246/+836
|
* Minor naming & syntax improvements.Eduardo Julian2022-10-24192-748/+914
|
* New module just for the Char type + fixes to JSON parsing.Eduardo Julian2022-10-2420-208/+592
|
* Added the capacity to re-bind global definitions within a scope.Eduardo Julian2022-10-2411-91/+497
|
* New Delay type with associated constants + compile-time warning for ↵Eduardo Julian2022-10-2312-32/+137
| | | | undefined computations.
* New (optional) names for Frac type + fixed module of CSP concurrency.Eduardo Julian2022-10-2219-56/+183
|
* Clean-up after format change for extensions [part 3]Eduardo Julian2022-10-2234-1029/+1023
|
* Clean-up after format change for extensions [part 2]Eduardo Julian2022-10-2143-721/+565
|
* 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-2111-242/+180
|
* Migrating default extensions to the new format [Part 3]Eduardo Julian2022-10-2017-783/+791
|
* Migrating default extensions to the new format [Part 2]Eduardo Julian2022-10-1967-1988/+1978
|
* Migrating default extensions to the new format [Part 1]Eduardo Julian2022-10-0315-1131/+1194
|
* Migrating default extensions to the new format [Part 0]Eduardo Julian2022-10-0314-282/+450
|
* New format for extensions [part 4]Eduardo Julian2022-10-0218-125/+181
|
* New format for extensions [part 3]Eduardo Julian2022-10-0224-263/+215
|
* New format for extensions [part 2]Eduardo Julian2022-10-0132-298/+313
|
* New format for extensions [part 1]Eduardo Julian2022-10-0135-217/+275
|
* New format for extensions [part 0]Eduardo Julian2022-10-0118-268/+379
|
* Added support for context-oriented programming.Eduardo Julian2022-09-0313-167/+623
|
* Made labels (tags & slots) into normal definitions.Eduardo Julian2022-09-0247-1009/+1181
|
* Added support for row polymorphism.Eduardo Julian2022-08-317-5/+450
|
* Got rid of the superfluous "lux macro" extension.Eduardo Julian2022-08-3025-288/+344
|
* Added support for predicate-based polymorphism.Eduardo Julian2022-08-309-51/+400
|
* Added support for behavioral programming.Eduardo Julian2022-08-269-11/+168
|
* Added support for type-based polymorphism.Eduardo Julian2022-08-256-6/+175
|
* Added support for structured concurrency.Eduardo Julian2022-08-256-9/+589
|
* Added function trampolines.Eduardo Julian2022-08-237-14/+186
|
* Added support for the agent model.Eduardo Julian2022-08-225-7/+183
|
* Added support for time-zoned time.Eduardo Julian2022-08-197-7/+377
|
* Added support for incremental computation.Eduardo Julian2022-08-195-4/+278
|
* Added functions with named parameters.Eduardo Julian2022-08-199-22/+297
|
* Added support for Communicating Sequential Processes (CSP).Eduardo Julian2022-08-185-1271/+1463
|
* Added variadic functions.Eduardo Julian2022-08-187-12/+406
|