| Commit message (Expand) | Author | Files | Lines |
2020-11-04 | Re-named "lux/control/concurrency/process" to "thread". | Eduardo Julian | 16 | -232/+657 |
2020-11-02 | Added CoMonad for CoFree. | Eduardo Julian | 14 | -20/+395 |
2020-11-02 | Allow defining anonymous actors. | Eduardo Julian | 43 | -485/+728 |
2020-11-01 | Improved the design of actors. | Eduardo Julian | 34 | -747/+840 |
2020-10-31 | Re-named the directory for my bookmarks to better reflect what they are. | Eduardo Julian | 79 | -470/+643 |
2020-10-31 | Easy to use Rev constants. | Eduardo Julian | 86 | -649/+829 |
2020-10-25 | Some small refactoring. | Eduardo Julian | 19 | -226/+251 |
2020-10-25 | Some improvements to the Lux syntax parser. | Eduardo Julian | 48 | -436/+613 |
2020-10-24 | Changed type-parameters for Mixin types. | Eduardo Julian | 15 | -141/+768 |
2020-10-24 | Re-named some list functions. | Eduardo Julian | 63 | -301/+579 |
2020-10-24 | Re-named "search" to "one" and "search-all" to "all". | Eduardo Julian | 30 | -589/+761 |
2020-10-15 | Re-named "to-text" functions to "format". | Eduardo Julian | 20 | -180/+383 |
2020-10-14 | Gave the Location type its own module. | Eduardo Julian | 31 | -323/+557 |
2020-10-12 | Type-checking macros via the Macro' type from the standard library. | Eduardo Julian | 20 | -165/+415 |
2020-10-12 | Tweaked how I64 masks are made. | Eduardo Julian | 8 | -72/+268 |
2020-10-09 | Mandatory long names for JVM imports, instead of having "long" be optional an... | Eduardo Julian | 46 | -852/+660 |
2020-10-09 | Also using BIPUSH and SIPUSH during JVM generation. | Eduardo Julian | 20 | -254/+607 |
2020-10-07 | Optimized generation of I64, F64 and variants on JVM. | Eduardo Julian | 21 | -139/+266 |
2020-10-07 | Re-named "Cursor" type to "Location". | Eduardo Julian | 29 | -391/+405 |
2020-10-07 | Test imports for circular dependencies. | Eduardo Julian | 16 | -429/+1109 |
2020-10-04 | Test to make sure modules cannot import themselves. | Eduardo Julian | 8 | -286/+508 |
2020-10-03 | Gave Aedifex support for multiple profiles. | Eduardo Julian | 19 | -409/+802 |
2020-10-03 | Added deployment code to Aedifex. | Eduardo Julian | 19 | -448/+913 |
2020-09-16 | Changed the format of project descriptor files. | Eduardo Julian | 52 | -401/+760 |
2020-08-29 | Test programs + auti build/test. | Eduardo Julian | 18 | -171/+578 |
2020-08-28 | Build programs. | Eduardo Julian | 15 | -84/+468 |
2020-08-26 | Download and catch dependencies in Aedifex. | Eduardo Julian | 28 | -170/+831 |
2020-08-18 | Calculate SHA-1 and MD5 hashes. | Eduardo Julian | 9 | -71/+220 |
2020-08-17 | Add local repo installation to Aedifex. | Eduardo Julian | 16 | -113/+348 |
2020-08-12 | Aedifex can generate POM files. | Eduardo Julian | 7 | -51/+404 |
2020-08-12 | WIP: New build-tool named Aedifex (can read project descriptions). | Eduardo Julian | 19 | -1088/+1748 |
2020-08-10 | Improved naming when evaluating code on the host platform. | Eduardo Julian | 37 | -238/+542 |
2020-08-09 | Allow "#io" outputs for JS imports. | Eduardo Julian | 29 | -349/+568 |
2020-08-09 | "abstract:" macro now takes annotations after representation type. | Eduardo Julian | 78 | -460/+543 |
2020-08-09 | No longer inline the object literal for variants. | Eduardo Julian | 9 | -125/+346 |
2020-08-08 | Fixed the last set of bugs involved in JS compilation. | Eduardo Julian | 2 | -30/+35 |
2020-08-07 | Some fixes. | Eduardo Julian | 13 | -136/+238 |
2020-07-24 | Can get the JS(JS) compiler to compile. | Eduardo Julian | 27 | -179/+262 |
2020-07-16 | Can get the JS compiler to compile its own source-code. | Eduardo Julian | 6 | -69/+93 |
2020-07-14 | Mo' fixes, less problems. | Eduardo Julian | 14 | -101/+264 |
2020-07-11 | Got the JS compiler to compile fully. | Eduardo Julian | 8 | -170/+144 |
2020-07-10 | Fixes and improvements to JavaScript compilation. | Eduardo Julian | 15 | -211/+329 |
2020-07-07 | Various bug fixes for JS compilation. | Eduardo Julian | 5 | -203/+228 |
2020-07-05 | Got the JS compiler code to build again. | Eduardo Julian | 12 | -575/+647 |
2020-07-02 | Now using the new syntax for variants (even though they still work the old wa... | Eduardo Julian | 22 | -355/+402 |
2020-07-01 | Moved all spec(ifications) from under "test/" to under "spec/". | Eduardo Julian | 74 | -348/+452 |
2020-07-01 | WIP: Leiningen integration with the new JVM compiler. | Eduardo Julian | 4 | -12/+15 |
2020-06-29 | Added the missing cache invalidation to the new compiler. | Eduardo Julian | 7 | -55/+157 |
2020-06-28 | The "for" macro can now work directly with definitions. No text literals nece... | Eduardo Julian | 23 | -1347/+1386 |
2020-06-28 | Re-added & u[dated packaging machinery. | Eduardo Julian | 13 | -383/+391 |