aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-16Can now compile the JVM back-end using itself.Eduardo Julian1-6/+43
2023-01-13Re-licensed to MPL 2.0Eduardo Julian51-0/+153
2023-01-13Can now compile complex values (i.e. variants & tuples) in C++.Eduardo Julian1-1/+2
2023-01-08Moved compiler target machinery under meta/compiler.Eduardo Julian1-1/+1
2022-12-22Now showing stack-traces for runtime exceptions in Ruby.Eduardo Julian13-23/+29
2022-12-19Added price-action abstraction.Eduardo Julian1-12/+22
2022-12-18Caching compiler artifacts into TAR files, instead of huge directories.Eduardo Julian1-62/+251
2022-12-12Added trade session (OHLCV) abstraction.Eduardo Julian1-2/+1
2022-12-02Added some simple time-series handling machinery.Eduardo Julian28-147/+147
2022-11-21Added index section to documentation + re-named Primitive -> NominalEduardo Julian2-6/+6
2022-11-20Fixed a bug when optimization record access.Eduardo Julian4-9/+9
2022-11-15Now documenting dependers and dependees.Eduardo Julian1-6/+6
2022-11-07Added support for inline testing.Eduardo Julian1-1/+3
2022-10-24Minor naming & syntax improvements.Eduardo Julian2-6/+6
2022-10-22Clean-up after format change for extensions [part 3]Eduardo Julian1-4/+6
2022-10-21Clean-up after format change for extensions [part 2]Eduardo Julian1-2/+2
2022-10-21Clean-up after format change for extensions [part 0]Eduardo Julian1-5/+6
2022-10-02New format for extensions [part 4]Eduardo Julian1-3/+1
2022-10-02New format for extensions [part 3]Eduardo Julian1-0/+1
2022-10-01New format for extensions [part 0]Eduardo Julian1-2/+2
2022-08-30Got rid of the superfluous "lux macro" extension.Eduardo Julian8-37/+37
2022-08-17Made the compiler's caching system sensitive to the build configuration.Eduardo Julian1-1/+1
2022-08-14Documentation changes for v0.7.0Eduardo Julian5-15/+21
2022-08-12Fixes for Aedifex tests.Eduardo Julian6-21/+38
2022-08-11Improved exception-definition macro.Eduardo Julian8-25/+28
2022-08-11Re-named the "case" macro to "when".Eduardo Julian23-68/+68
2022-07-28Now statically resolving values from globals in pattern-matching.Eduardo Julian3-4/+4
2022-07-10Removed the need for ,! unquoting.Eduardo Julian1-4/+4
2022-07-09First-class programs instead of having a "lux program" extension.Eduardo Julian24-197/+225
2022-07-06Moved "lux/time" to "lux/world/time".Eduardo Julian8-31/+37
2022-07-06Made exception.report a function.Eduardo Julian7-38/+38
2022-07-06Moved compiler machinery under lux/meta.Eduardo Julian12-31/+23
2022-07-03Moved "lux/target" to "lux/meta/target".Eduardo Julian4-9/+9
2022-07-03Added a new custom type for pattern-matching macros.Eduardo Julian4-5/+5
2022-07-02Moved "lux/macro" to "lux/meta/macro".Eduardo Julian8-21/+27
2022-07-02More traditional names for unquoting macros.Eduardo Julian3-26/+26
2022-07-01Moved "lux/macro/code" to "lux/meta/code".Eduardo Julian4-6/+5
2022-06-30Moved ".../dictionary/plist" to ".../list/property".Eduardo Julian2-10/+11
2022-06-26Re-named directives to declarations.Eduardo Julian1-8/+8
2022-06-26Re-named "format/lux/data/binary.Writer" to "Format".Eduardo Julian2-2/+2
2022-06-26New "parser" hierarchy. [Part 4]Eduardo Julian2-6/+9
2022-06-26De-sigil-ification: suffix : [Part 16]Eduardo Julian11-31/+28
2022-06-25De-sigil-ification: suffix : [Part 15]Eduardo Julian31-51/+51
2022-06-16De-sigil-ification: suffix : [Part 14]Eduardo Julian51-88/+88
2022-06-16New "parser" hierarchy. [Part 3]Eduardo Julian11-60/+58
2022-06-16De-sigil-ification: suffix : [Part 13]Eduardo Julian50-369/+369
2022-06-15Better syntax for the "sharing" and "by_example" macros.Eduardo Julian1-14/+12
2022-06-15De-sigil-ification: suffix : [Part 12]Eduardo Julian2-4/+4
2022-06-13New "format" hierarchy.Eduardo Julian31-34/+35
2022-06-12Re-named "partial_list" to "list.partial".Eduardo Julian6-7/+9