aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added machinery for averaging a time-series.Eduardo Julian2022-12-0928-436/+634
* Added some simple time-series handling machinery.Eduardo Julian2022-12-02548-3840/+4176
* Added simple benchmarking machinery.Eduardo Julian2022-12-0116-301/+619
* Added money-handling machinery.Eduardo Julian2022-11-2926-688/+985
* Added currencies.Eduardo Julian2022-11-2825-377/+909
* Added support for saturation arithmetic.Eduardo Julian2022-11-2522-397/+507
* 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-879/+1144
* 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-407/+441
* Updated the Python compiler to work with the new format for extensions.Eduardo Julian2022-11-1819-349/+389
* Added generic logging abstraction/machinery.Eduardo Julian2022-11-1614-59/+511
* Now documenting dependers and dependees.Eduardo Julian2022-11-15180-1473/+1863
* Added LineNumberTable annotations to functions when compiling for the JVM.Eduardo Julian2022-11-1540-972/+1251
* Added SourceFile annotations to functions when compiling for the JVM.Eduardo Julian2022-11-1110-263/+288
* Can now mark definitions as deprecated in their documentation.Eduardo Julian2022-11-07137-2218/+2570
* Added support for inline testing.Eduardo Julian2022-11-0719-76/+444
* More efficient code-generation for text composition.Eduardo Julian2022-11-0632-366/+659
* 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-323/+608
* Added support for aspect-oriented programming.Eduardo Julian2022-10-2719-245/+835
* Minor naming & syntax improvements.Eduardo Julian2022-10-24192-745/+911
* 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-87/+493
* New Delay type with associated constants + compile-time warning for undefined...Eduardo Julian2022-10-2312-32/+137
* 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-1023/+1017
* Clean-up after format change for extensions [part 2]Eduardo Julian2022-10-2143-718/+562
* 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-241/+179
* Migrating default extensions to the new format [Part 3]Eduardo Julian2022-10-2017-773/+781
* Migrating default extensions to the new format [Part 2]Eduardo Julian2022-10-1967-1965/+1955
* Migrating default extensions to the new format [Part 1]Eduardo Julian2022-10-0315-1072/+1135
* Migrating default extensions to the new format [Part 0]Eduardo Julian2022-10-0314-279/+447
* New format for extensions [part 4]Eduardo Julian2022-10-0218-125/+181
* New format for extensions [part 3]Eduardo Julian2022-10-0224-259/+211
* New format for extensions [part 2]Eduardo Julian2022-10-0132-284/+299
* New format for extensions [part 1]Eduardo Julian2022-10-0135-217/+275
* New format for extensions [part 0]Eduardo Julian2022-10-0118-265/+376
* Added support for context-oriented programming.Eduardo Julian2022-09-0313-167/+623
* Made labels (tags & slots) into normal definitions.Eduardo Julian2022-09-0247-1007/+1179
* Added support for row polymorphism.Eduardo Julian2022-08-317-5/+450
* Got rid of the superfluous "lux macro" extension.Eduardo Julian2022-08-3025-280/+336
* Added support for predicate-based polymorphism.Eduardo Julian2022-08-309-50/+399
* 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