| Commit message (Expand) | Author | Age | Files | Lines |
* | Now documenting dependers and dependees. | Eduardo Julian | 2022-11-15 | 190 | -1541/+1931 |
* | Added LineNumberTable annotations to functions when compiling for the JVM. | Eduardo Julian | 2022-11-15 | 54 | -984/+1289 |
* | Added SourceFile annotations to functions when compiling for the JVM. | Eduardo Julian | 2022-11-11 | 32 | -283/+340 |
* | Can now mark definitions as deprecated in their documentation. | Eduardo Julian | 2022-11-07 | 137 | -2244/+2596 |
* | Added support for inline testing. | Eduardo Julian | 2022-11-07 | 23 | -79/+452 |
* | More efficient code-generation for text composition. | Eduardo Julian | 2022-11-06 | 46 | -405/+725 |
* | Property-based testing can now log/print successful seeds from run. | Eduardo Julian | 2022-11-05 | 44 | -239/+611 |
* | Eliminated the .alias# extension. Now detecting aliases in .def#. | Eduardo Julian | 2022-10-28 | 64 | -374/+727 |
* | Added support for aspect-oriented programming. | Eduardo Julian | 2022-10-27 | 35 | -248/+884 |
* | Minor naming & syntax improvements. | Eduardo Julian | 2022-10-24 | 194 | -754/+917 |
* | New module just for the Char type + fixes to JSON parsing. | Eduardo Julian | 2022-10-24 | 20 | -208/+592 |
* | Added the capacity to re-bind global definitions within a scope. | Eduardo Julian | 2022-10-24 | 11 | -91/+497 |
* | New Delay type with associated constants + compile-time warning for undefined... | Eduardo Julian | 2022-10-23 | 13 | -32/+142 |
* | New (optional) names for Frac type + fixed module of CSP concurrency. | Eduardo Julian | 2022-10-22 | 19 | -56/+183 |
* | Clean-up after format change for extensions [part 3] | Eduardo Julian | 2022-10-22 | 34 | -1029/+1023 |
* | Clean-up after format change for extensions [part 2] | Eduardo Julian | 2022-10-21 | 53 | -743/+590 |
* | Clean-up after format change for extensions [part 1] | Eduardo Julian | 2022-10-21 | 14 | -260/+145 |
* | Clean-up after format change for extensions [part 0] | Eduardo Julian | 2022-10-21 | 12 | -242/+182 |
* | Migrating default extensions to the new format [Part 3] | Eduardo Julian | 2022-10-20 | 18 | -785/+793 |
* | Migrating default extensions to the new format [Part 2] | Eduardo Julian | 2022-10-19 | 71 | -2058/+2089 |
* | Migrating default extensions to the new format [Part 1] | Eduardo Julian | 2022-10-03 | 16 | -1153/+1216 |
* | Migrating default extensions to the new format [Part 0] | Eduardo Julian | 2022-10-03 | 15 | -285/+453 |
* | New format for extensions [part 4] | Eduardo Julian | 2022-10-02 | 23 | -134/+181 |
* | New format for extensions [part 3] | Eduardo Julian | 2022-10-02 | 24 | -263/+215 |
* | New format for extensions [part 2] | Eduardo Julian | 2022-10-01 | 32 | -298/+313 |
* | New format for extensions [part 1] | Eduardo Julian | 2022-10-01 | 35 | -217/+275 |
* | New format for extensions [part 0] | Eduardo Julian | 2022-10-01 | 23 | -322/+422 |
* | Added support for context-oriented programming. | Eduardo Julian | 2022-09-03 | 14 | -167/+630 |
* | Made labels (tags & slots) into normal definitions. | Eduardo Julian | 2022-09-02 | 58 | -1556/+1628 |
* | Added support for row polymorphism. | Eduardo Julian | 2022-08-31 | 7 | -5/+450 |
* | Got rid of the superfluous "lux macro" extension. | Eduardo Julian | 2022-08-30 | 26 | -297/+344 |
* | Added support for predicate-based polymorphism. | Eduardo Julian | 2022-08-30 | 9 | -51/+400 |
* | Added support for behavioral programming. | Eduardo Julian | 2022-08-26 | 10 | -11/+179 |
* | Added support for type-based polymorphism. | Eduardo Julian | 2022-08-25 | 7 | -7/+179 |
* | Added support for structured concurrency. | Eduardo Julian | 2022-08-25 | 7 | -9/+598 |
* | Added function trampolines. | Eduardo Julian | 2022-08-23 | 8 | -14/+191 |
* | Added support for the agent model. | Eduardo Julian | 2022-08-22 | 16 | -53/+252 |
* | Added support for time-zoned time. | Eduardo Julian | 2022-08-19 | 7 | -7/+377 |
* | Added support for incremental computation. | Eduardo Julian | 2022-08-19 | 6 | -4/+279 |
* | Added functions with named parameters. | Eduardo Julian | 2022-08-19 | 9 | -22/+297 |
* | Added support for Communicating Sequential Processes (CSP). | Eduardo Julian | 2022-08-18 | 6 | -1281/+1474 |
* | Added variadic functions. | Eduardo Julian | 2022-08-18 | 7 | -12/+406 |
* | Added support for event-loop concurrency. | Eduardo Julian | 2022-08-18 | 14 | -1328/+1547 |
* | Less needless re-compilation in the caching system. | Eduardo Julian | 2022-08-17 | 10 | -322/+300 |
* | Made the compiler's caching system sensitive to the build configuration. | Eduardo Julian | 2022-08-17 | 13 | -91/+121 |
* | Proper testing for debug.log! | Eduardo Julian | 2022-08-17 | 42 | -288/+524 |
* | Documentation changes for v0.7.0 | Eduardo Julian | 2022-08-14 | 67 | -826/+910 |
* | Disabled running tests on Node because of weird "replaceAll" issue. | Eduardo Julian | 2022-08-12 | 1 | -10/+11 |
* | Updated setup-node in CI in hopes of solving "replaceAll" issue. | Eduardo Julian | 2022-08-12 | 1 | -1/+1 |
* | Fixes for Aedifex tests. | Eduardo Julian | 2022-08-12 | 31 | -179/+249 |