| Commit message (Expand) | Author | Files | Lines |
2020-10-31 | Re-named the directory for my bookmarks to better reflect what they are. | Eduardo Julian | 36 | -197/+301 |
2020-10-31 | Easy to use Rev constants. | Eduardo Julian | 15 | -135/+278 |
2020-10-25 | Some small refactoring. | Eduardo Julian | 5 | -105/+128 |
2020-10-25 | Some improvements to the Lux syntax parser. | Eduardo Julian | 11 | -145/+275 |
2020-10-24 | Changed type-parameters for Mixin types. | Eduardo Julian | 8 | -83/+220 |
2020-10-24 | Re-named some list functions. | Eduardo Julian | 16 | -176/+457 |
2020-10-24 | Re-named "search" to "one" and "search-all" to "all". | Eduardo Julian | 9 | -136/+245 |
2020-10-15 | Re-named "to-text" functions to "format". | Eduardo Julian | 6 | -68/+175 |
2020-10-14 | Gave the Location type its own module. | Eduardo Julian | 7 | -111/+233 |
2020-10-12 | Type-checking macros via the Macro' type from the standard library. | Eduardo Julian | 6 | -106/+301 |
2020-10-12 | Tweaked how I64 masks are made. | Eduardo Julian | 6 | -35/+211 |
2020-10-09 | Mandatory long names for JVM imports, instead of having "long" be optional an... | Eduardo Julian | 8 | -70/+143 |
2020-10-09 | Also using BIPUSH and SIPUSH during JVM generation. | Eduardo Julian | 8 | -172/+450 |
2020-10-07 | Optimized generation of I64, F64 and variants on JVM. | Eduardo Julian | 2 | -42/+54 |
2020-10-07 | Re-named "Cursor" type to "Location". | Eduardo Julian | 7 | -103/+112 |
2020-10-07 | Test imports for circular dependencies. | Eduardo Julian | 4 | -324/+556 |
2020-10-04 | Test to make sure modules cannot import themselves. | Eduardo Julian | 2 | -83/+183 |
2020-10-03 | Gave Aedifex support for multiple profiles. | Eduardo Julian | 2 | -50/+117 |
2020-10-03 | Added deployment code to Aedifex. | Eduardo Julian | 4 | -21/+22 |
2020-09-16 | Changed the format of project descriptor files. | Eduardo Julian | 6 | -16/+303 |
2020-08-29 | Test programs + auti build/test. | Eduardo Julian | 5 | -24/+216 |
2020-08-28 | Build programs. | Eduardo Julian | 5 | -28/+106 |
2020-08-26 | Download and catch dependencies in Aedifex. | Eduardo Julian | 6 | -27/+164 |
2020-08-18 | Calculate SHA-1 and MD5 hashes. | Eduardo Julian | 4 | -66/+186 |
2020-08-17 | Add local repo installation to Aedifex. | Eduardo Julian | 5 | -48/+133 |
2020-08-12 | Aedifex can generate POM files. | Eduardo Julian | 4 | -49/+279 |
2020-08-12 | WIP: New build-tool named Aedifex (can read project descriptions). | Eduardo Julian | 10 | -581/+862 |
2020-08-10 | Improved naming when evaluating code on the host platform. | Eduardo Julian | 3 | -3/+51 |
2020-08-09 | Allow "#io" outputs for JS imports. | Eduardo Julian | 10 | -39/+213 |
2020-08-09 | "abstract:" macro now takes annotations after representation type. | Eduardo Julian | 4 | -15/+211 |
2020-08-09 | No longer inline the object literal for variants. | Eduardo Julian | 3 | -17/+214 |
2020-08-07 | Some fixes. | Eduardo Julian | 1 | -1/+1 |
2020-07-24 | Can get the JS(JS) compiler to compile. | Eduardo Julian | 1 | -4/+6 |
2020-07-14 | Mo' fixes, less problems. | Eduardo Julian | 2 | -28/+92 |
2020-07-05 | Got the JS compiler code to build again. | Eduardo Julian | 1 | -150/+136 |
2020-07-02 | Now using the new syntax for variants (even though they still work the old wa... | Eduardo Julian | 4 | -33/+34 |
2020-07-01 | Moved all spec(ifications) from under "test/" to under "spec/". | Eduardo Julian | 64 | -348/+83 |
2020-07-01 | WIP: Leiningen integration with the new JVM compiler. | Eduardo Julian | 2 | -2/+5 |
2020-06-28 | The "for" macro can now work directly with definitions. No text literals nece... | Eduardo Julian | 3 | -442/+462 |
2020-06-24 | Last bug fixes to get the new JVM compiler to fully process the standard libr... | Eduardo Julian | 5 | -496/+648 |
2020-06-23 | Bug fixes. | Eduardo Julian | 1 | -150/+395 |
2020-06-12 | Optimizing-away unnecessary variable declarations/bindings. | Eduardo Julian | 4 | -1/+501 |
2020-06-11 | Updated test for function optimization. | Eduardo Julian | 3 | -151/+584 |
2020-06-09 | Basic pattern-matching optimizations. | Eduardo Julian | 3 | -37/+357 |
2020-06-03 | Now applying the loop optimization to all functions. | Eduardo Julian | 2 | -60/+66 |
2020-06-03 | Properly implemented and enabled loop optimization. | Eduardo Julian | 4 | -1/+657 |
2020-06-01 | Implemented an optimization for getting fields/slots from records in the new ... | Eduardo Julian | 5 | -61/+287 |
2020-05-31 | Re-enabled lux/tool tests. | Eduardo Julian | 18 | -178/+402 |
2020-05-29 | Can now import previously exported libraries. | Eduardo Julian | 3 | -51/+140 |
2020-05-28 | Can now export Lux code as library TAR files. | Eduardo Julian | 5 | -83/+123 |