aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Made the compiler's caching system sensitive to the build configuration.Eduardo Julian2022-08-1713-91/+121
|
* Proper testing for debug.log!Eduardo Julian2022-08-1742-288/+524
|
* Documentation changes for v0.7.0Eduardo Julian2022-08-1467-819/+903
|
* Disabled running tests on Node because of weird "replaceAll" issue.Eduardo Julian2022-08-121-10/+11
|
* Updated setup-node in CI in hopes of solving "replaceAll" issue.Eduardo Julian2022-08-121-1/+1
|
* Fixes for Aedifex tests.Eduardo Julian2022-08-1231-179/+249
|
* Fixed test suite.Eduardo Julian2022-08-1250-2578/+2578
|
* Improved exception-definition macro.Eduardo Julian2022-08-11137-1117/+1267
|
* Re-named the "case" macro to "when".Eduardo Julian2022-08-11498-4663/+4827
|
* Extracted property-based testing machinery into its own module.Eduardo Julian2022-08-10342-3375/+3873
|
* Extracted test-tallying machinery into its own module.Eduardo Julian2022-07-3063-2222/+2358
|
* Extracted test-coverage machinery into its own module.Eduardo Julian2022-07-2826-1124/+1164
|
* Extracted unit-testing machinery into its own module.Eduardo Julian2022-07-28117-2844/+3040
|
* Now statically resolving values from globals in pattern-matching.Eduardo Julian2022-07-28112-1744/+1835
|
* New flat format for documentation fragments.Eduardo Julian2022-07-2719-382/+369
|
* Slightly cleaner application of variance for FRP channels.Eduardo Julian2022-07-2614-119/+130
|
* Made inlined functions into first-class macros.Eduardo Julian2022-07-2692-857/+1035
|
* Better error reporting when analyzing variants.Eduardo Julian2022-07-105-20/+29
|
* Removed the need for ,! unquoting.Eduardo Julian2022-07-1059-792/+740
|
* First-class programs instead of having a "lux program" extension.Eduardo Julian2022-07-0972-778/+806
|
* Extracted macro-expansion machinery into its own module.Eduardo Julian2022-07-0815-198/+229
|
* Folded "default" documentation into regular definition documentation.Eduardo Julian2022-07-08153-2800/+2788
|
* Moved "lux/extension" to "lux/meta/extension".Eduardo Julian2022-07-0810-25/+25
|
* Re-named the "documentation" macro to "definition".Eduardo Julian2022-07-08162-1228/+1215
|
* Moved "lux/static" to "lux/meta/static".Eduardo Julian2022-07-0826-49/+53
|
* Extensible macro vocabulary for "lux/macro/pattern.`".Eduardo Julian2022-07-085-161/+197
|
* Moved "lux/locale" to "lux/world/locale".Eduardo Julian2022-07-0814-7/+10
|
* Added support for defining custom/closed macro systems.Eduardo Julian2022-07-0734-430/+629
|
* Moved "lux/time" to "lux/world/time".Eduardo Julian2022-07-0666-174/+203
|
* Made exception.report a function.Eduardo Julian2022-07-06109-932/+806
|
* Moved compiler machinery under lux/meta.Eduardo Julian2022-07-06324-165/+118
|
* Re-named "do_to" to "to".Eduardo Julian2022-07-0330-507/+404
|
* Moved "lux/target" to "lux/meta/target".Eduardo Julian2022-07-03257-813/+905
|
* Added a new custom type for pattern-matching macros.Eduardo Julian2022-07-03251-1683/+1461
|
* Moved "lux/macro" to "lux/meta/macro".Eduardo Julian2022-07-02283-825/+901
|
* More traditional names for unquoting macros.Eduardo Julian2022-07-02311-2960/+2911
|
* Moved "lux/macro/code" to "lux/meta/code".Eduardo Julian2022-07-01191-752/+839
|
* Alternative names for (un)quoting macros.Eduardo Julian2022-06-30162-469/+590
|
* Moved ".../dictionary/plist" to ".../list/property".Eduardo Julian2022-06-3034-629/+593
|
* Better naming for measure/quantity types.Eduardo Julian2022-06-3053-3001/+2950
|
* New "parser" hierarchy. [Part 6]Eduardo Julian2022-06-2925-543/+385
|