aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added an abstraction for interest rates.Eduardo Julian2023-02-121-29/+0
|
* Optimized Tar parsing in order to fix stack-overflow when loading cache.Eduardo Julian2023-01-261-1/+5
|
* Simplified caching and JVM program JARs.Eduardo Julian2023-01-221-4/+4
|
* Re-licensed to MPL 2.0Eduardo Julian2023-01-131-0/+3
|
* Moved compiler target machinery under meta/compiler.Eduardo Julian2023-01-081-2/+3
|
* Compilation of simple literals in C++.Eduardo Julian2023-01-051-1/+0
|
* Now showing stack-traces for runtime exceptions in Ruby.Eduardo Julian2022-12-221-1/+3
|
* Added some simple time-series handling machinery.Eduardo Julian2022-12-021-8/+8
|
* Added currencies.Eduardo Julian2022-11-281-2/+1
|
* Added index section to documentation + re-named Primitive -> NominalEduardo Julian2022-11-211-3/+3
|
* Now documenting dependers and dependees.Eduardo Julian2022-11-151-1/+2
|
* Added LineNumberTable annotations to functions when compiling for the JVM.Eduardo Julian2022-11-151-4/+7
|
* Property-based testing can now log/print successful seeds from run.Eduardo Julian2022-11-051-1/+1
|
* Minor naming & syntax improvements.Eduardo Julian2022-10-241-11/+11
|
* Migrating default extensions to the new format [Part 2]Eduardo Julian2022-10-191-1/+1
|
* Migrating default extensions to the new format [Part 1]Eduardo Julian2022-10-031-13/+13
|
* Added support for context-oriented programming.Eduardo Julian2022-09-031-2/+4
|
* Got rid of the superfluous "lux macro" extension.Eduardo Julian2022-08-301-3/+3
|
* Added support for predicate-based polymorphism.Eduardo Julian2022-08-301-2/+2
|
* Added support for Communicating Sequential Processes (CSP).Eduardo Julian2022-08-181-1270/+1263
|
* Added variadic functions.Eduardo Julian2022-08-181-7/+10
|
* Added support for event-loop concurrency.Eduardo Julian2022-08-181-1214/+1268
|
* Less needless re-compilation in the caching system.Eduardo Julian2022-08-171-83/+82
|
* Made the compiler's caching system sensitive to the build configuration.Eduardo Julian2022-08-171-11/+11
|
* Re-named the "case" macro to "when".Eduardo Julian2022-08-111-30/+30
|
* Extracted property-based testing machinery into its own module.Eduardo Julian2022-08-101-14/+15
|
* Removed the need for ,! unquoting.Eduardo Julian2022-07-101-93/+93
|
* First-class programs instead of having a "lux program" extension.Eduardo Julian2022-07-091-13/+14
|
* Moved "lux/extension" to "lux/meta/extension".Eduardo Julian2022-07-081-22/+19
|
* Moved "lux/static" to "lux/meta/static".Eduardo Julian2022-07-081-3/+1
|
* Moved "lux/locale" to "lux/world/locale".Eduardo Julian2022-07-081-2/+0
|
* Moved "lux/time" to "lux/world/time".Eduardo Julian2022-07-061-2/+0
|
* Moved compiler machinery under lux/meta.Eduardo Julian2022-07-061-2/+0
|
* Moved "lux/target" to "lux/meta/target".Eduardo Julian2022-07-031-18/+2
|
* Added a new custom type for pattern-matching macros.Eduardo Julian2022-07-031-9/+12
|
* Moved "lux/macro" to "lux/meta/macro".Eduardo Julian2022-07-021-7/+5
|
* More traditional names for unquoting macros.Eduardo Julian2022-07-021-30/+30
|
* Moved "lux/macro/code" to "lux/meta/code".Eduardo Julian2022-07-011-4/+4
|
* Alternative names for (un)quoting macros.Eduardo Julian2022-06-301-2/+0
|
* Moved ".../dictionary/plist" to ".../list/property".Eduardo Julian2022-06-301-4/+3
|
* New "parser" hierarchy. [Part 4]Eduardo Julian2022-06-261-14/+13
|
* De-sigil-ification: suffix : [Part 15]Eduardo Julian2022-06-251-13/+13
|
* De-sigil-ification: suffix : [Part 14]Eduardo Julian2022-06-161-25/+25
|
* De-sigil-ification: suffix : [Part 13]Eduardo Julian2022-06-161-51/+51
|
* Made the `` macro extensible.Eduardo Julian2022-06-151-7/+7
|
* Re-named "prelude_module" to "prelude".Eduardo Julian2022-06-151-7/+7
|
* Better syntax for JVM class field imports.Eduardo Julian2022-06-141-5/+10
|
* New "format" hierarchy.Eduardo Julian2022-06-131-1/+1
|
* Re-named "partial_list" to "list.partial".Eduardo Julian2022-06-121-11/+1
|
* De-sigil-ification: suffix : [Part 4]Eduardo Julian2022-06-121-6/+4
|