aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* New arithmetic abstraction + common file extensions as constants.Eduardo Julian2022-11-2337-510/+1060
* Added index section to documentation + re-named Primitive -> NominalEduardo Julian2022-11-21164-1001/+1265
* Fixed a bug when optimization record access.Eduardo Julian2022-11-2071-360/+591
* 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-1836-371/+449
* Added generic logging abstraction/machinery.Eduardo Julian2022-11-1630-61/+566
* Now documenting dependers and dependees.Eduardo Julian2022-11-15190-1531/+1921
* Added LineNumberTable annotations to functions when compiling for the JVM.Eduardo Julian2022-11-1554-979/+1284
* Added SourceFile annotations to functions when compiling for the JVM.Eduardo Julian2022-11-1132-277/+334
* Can now mark definitions as deprecated in their documentation.Eduardo Julian2022-11-07137-2218/+2570
* Added support for inline testing.Eduardo Julian2022-11-0723-79/+452
* More efficient code-generation for text composition.Eduardo Julian2022-11-0646-386/+706
* Property-based testing can now log/print successful seeds from run.Eduardo Julian2022-11-0544-239/+611
* Eliminated the .alias# extension. Now detecting aliases in .def#.Eduardo Julian2022-10-2864-373/+726
* Added support for aspect-oriented programming.Eduardo Julian2022-10-2735-247/+883
* Minor naming & syntax improvements.Eduardo Julian2022-10-24194-751/+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-87/+493
* New Delay type with associated constants + compile-time warning for undefined...Eduardo Julian2022-10-2313-32/+142
* 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-2153-740/+587
* 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-2112-241/+181
* Migrating default extensions to the new format [Part 3]Eduardo Julian2022-10-2018-775/+783
* Migrating default extensions to the new format [Part 2]Eduardo Julian2022-10-1971-2035/+2066
* Migrating default extensions to the new format [Part 1]Eduardo Julian2022-10-0316-1094/+1157
* Migrating default extensions to the new format [Part 0]Eduardo Julian2022-10-0315-282/+450
* New format for extensions [part 4]Eduardo Julian2022-10-0223-134/+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-0123-318/+418
* Added support for context-oriented programming.Eduardo Julian2022-09-0314-167/+630
* Made labels (tags & slots) into normal definitions.Eduardo Julian2022-09-0258-1534/+1606
* Added support for row polymorphism.Eduardo Julian2022-08-317-5/+450
* Got rid of the superfluous "lux macro" extension.Eduardo Julian2022-08-3026-289/+336
* Added support for predicate-based polymorphism.Eduardo Julian2022-08-309-50/+399
* Added support for behavioral programming.Eduardo Julian2022-08-2610-11/+179
* Added support for type-based polymorphism.Eduardo Julian2022-08-257-7/+179
* Added support for structured concurrency.Eduardo Julian2022-08-257-9/+598
* Added function trampolines.Eduardo Julian2022-08-238-14/+191
* Added support for the agent model.Eduardo Julian2022-08-2216-53/+252
* Added support for time-zoned time.Eduardo Julian2022-08-197-7/+377
* Added support for incremental computation.Eduardo Julian2022-08-196-4/+279
* Added functions with named parameters.Eduardo Julian2022-08-199-22/+297
* Added support for Communicating Sequential Processes (CSP).Eduardo Julian2022-08-186-1178/+1371
* Added variadic functions.Eduardo Julian2022-08-187-12/+406
* Added support for event-loop concurrency.Eduardo Julian2022-08-1814-1237/+1456
* Less needless re-compilation in the caching system.Eduardo Julian2022-08-1710-315/+293