| Commit message (Expand) | Author | Files | Lines |
2022-11-23 | New arithmetic abstraction + common file extensions as constants. | Eduardo Julian | 10 | -2/+21 |
2022-11-20 | Fixed a bug when optimization record access. | Eduardo Julian | 11 | -1/+29 |
2022-11-18 | Updated the Python compiler to work with the new format for extensions. | Eduardo Julian | 16 | -5/+45 |
2022-11-16 | Added generic logging abstraction/machinery. | Eduardo Julian | 16 | -2/+55 |
2022-11-15 | Added LineNumberTable annotations to functions when compiling for the JVM. | Eduardo Julian | 14 | -7/+33 |
2022-11-11 | Added SourceFile annotations to functions when compiling for the JVM. | Eduardo Julian | 22 | -14/+46 |
2022-11-07 | Added support for inline testing. | Eduardo Julian | 2 | -1/+5 |
2022-11-06 | More efficient code-generation for text composition. | Eduardo Julian | 12 | -5/+25 |
2022-11-05 | Property-based testing can now log/print successful seeds from run. | Eduardo Julian | 21 | -55/+149 |
2022-10-28 | Eliminated the .alias# extension. Now detecting aliases in .def#. | Eduardo Julian | 22 | -0/+75 |
2022-10-27 | Added support for aspect-oriented programming. | Eduardo Julian | 16 | -2/+48 |
2022-10-23 | New Delay type with associated constants + compile-time warning for undefined... | Eduardo Julian | 1 | -0/+5 |
2022-10-21 | Clean-up after format change for extensions [part 2] | Eduardo Julian | 1 | -0/+5 |
2022-10-21 | Clean-up after format change for extensions [part 0] | Eduardo Julian | 1 | -0/+2 |
2022-10-19 | Migrating default extensions to the new format [Part 2] | Eduardo Julian | 2 | -0/+10 |
2022-09-03 | Added support for context-oriented programming. | Eduardo Julian | 1 | -0/+7 |
2022-08-26 | Added support for behavioral programming. | Eduardo Julian | 1 | -0/+11 |
2022-08-25 | Added support for structured concurrency. | Eduardo Julian | 1 | -0/+9 |
2022-08-23 | Added function trampolines. | Eduardo Julian | 1 | -0/+5 |
2022-08-22 | Added support for the agent model. | Eduardo Julian | 11 | -46/+69 |
2022-08-19 | Added support for incremental computation. | Eduardo Julian | 1 | -0/+1 |
2022-08-17 | Proper testing for debug.log! | Eduardo Julian | 10 | -0/+62 |
2022-08-14 | Documentation changes for v0.7.0 | Eduardo Julian | 40 | -602/+647 |
2022-08-12 | Fixed test suite. | Eduardo Julian | 16 | -13/+92 |
2022-08-10 | Extracted property-based testing machinery into its own module. | Eduardo Julian | 3 | -49/+59 |
2022-07-30 | Extracted test-tallying machinery into its own module. | Eduardo Julian | 13 | -27/+69 |
2022-07-26 | Made inlined functions into first-class macros. | Eduardo Julian | 55 | -149/+348 |
2022-07-09 | First-class programs instead of having a "lux program" extension. | Eduardo Julian | 6 | -5/+16 |
2022-07-07 | Added support for defining custom/closed macro systems. | Eduardo Julian | 22 | -0/+98 |
2022-07-03 | Re-named "do_to" to "to". | Eduardo Julian | 4 | -0/+12 |
2022-07-02 | More traditional names for unquoting macros. | Eduardo Julian | 1 | -0/+2 |
2022-07-01 | Moved "lux/macro/code" to "lux/meta/code". | Eduardo Julian | 13 | -0/+86 |
2022-06-30 | Better naming for measure/quantity types. | Eduardo Julian | 32 | -11/+154 |
2022-06-29 | Better syntax for getting/setting fields when defining JVM classes. | Eduardo Julian | 42 | -27/+139 |
2022-06-26 | New "parser" hierarchy. [Part 4] | Eduardo Julian | 4 | -0/+0 |
2022-06-25 | De-sigil-ification: suffix : [Part 15] | Eduardo Julian | 31 | -10/+106 |
2022-06-24 | Generalized machinery for context-aware macros. | Eduardo Julian | 10 | -7/+33 |
2022-06-16 | De-sigil-ification: suffix : [Part 14] | Eduardo Julian | 11 | -33/+33 |
2022-06-16 | De-sigil-ification: suffix : [Part 13] | Eduardo Julian | 12 | -55/+55 |
2022-06-15 | De-sigil-ification: suffix : [Part 11] | Eduardo Julian | 23 | -15/+78 |
2022-06-14 | Better syntax for invoking super methods inside overriden methods. | Eduardo Julian | 25 | -3/+69 |
2022-06-12 | De-sigil-ification: suffix : [Part 3] | Eduardo Julian | 11 | -0/+61 |
2022-06-06 | Added extensions to JS interop for working with "undefined" values. | Eduardo Julian | 27 | -2/+97 |
2022-06-03 | Extensible import syntax [Part 4] | Eduardo Julian | 5 | -2/+15 |
2022-06-01 | Extensible import syntax: Part 1 | Eduardo Julian | 13 | -1/+37 |
2022-04-08 | Better names for random text/character generators. | Eduardo Julian | 7 | -0/+18 |
2022-04-08 | De-sigil-ification: $ | Eduardo Julian | 5 | -1/+2 |
2022-04-08 | Can now deploy releases with Aedifex. | Eduardo Julian | 3 | -0/+4 |
2022-04-07 | More efficient TAR handling. | Eduardo Julian | 1 | -1/+4 |
2022-04-06 | More efficient binary formatting. | Eduardo Julian | 8 | -0/+20 |