| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Also using BIPUSH and SIPUSH during JVM generation. | Eduardo Julian | 2020-10-09 | 8 | -172/+450 |
* | Optimized generation of I64, F64 and variants on JVM. | Eduardo Julian | 2020-10-07 | 2 | -42/+54 |
* | Re-named "Cursor" type to "Location". | Eduardo Julian | 2020-10-07 | 7 | -103/+112 |
* | Test imports for circular dependencies. | Eduardo Julian | 2020-10-07 | 4 | -324/+556 |
* | Test to make sure modules cannot import themselves. | Eduardo Julian | 2020-10-04 | 2 | -83/+183 |
* | Gave Aedifex support for multiple profiles. | Eduardo Julian | 2020-10-03 | 2 | -50/+117 |
* | Added deployment code to Aedifex. | Eduardo Julian | 2020-10-03 | 4 | -21/+22 |
* | Changed the format of project descriptor files. | Eduardo Julian | 2020-09-16 | 6 | -16/+303 |
* | Test programs + auti build/test. | Eduardo Julian | 2020-08-29 | 5 | -24/+216 |
* | Build programs. | Eduardo Julian | 2020-08-28 | 5 | -28/+106 |
* | Download and catch dependencies in Aedifex. | Eduardo Julian | 2020-08-26 | 6 | -27/+164 |
* | Calculate SHA-1 and MD5 hashes. | Eduardo Julian | 2020-08-18 | 4 | -66/+186 |
* | Add local repo installation to Aedifex. | Eduardo Julian | 2020-08-17 | 5 | -48/+133 |
* | Aedifex can generate POM files. | Eduardo Julian | 2020-08-12 | 4 | -49/+279 |
* | WIP: New build-tool named Aedifex (can read project descriptions). | Eduardo Julian | 2020-08-12 | 10 | -581/+862 |
* | Improved naming when evaluating code on the host platform. | Eduardo Julian | 2020-08-10 | 3 | -3/+51 |
* | Allow "#io" outputs for JS imports. | Eduardo Julian | 2020-08-09 | 10 | -39/+213 |
* | "abstract:" macro now takes annotations after representation type. | Eduardo Julian | 2020-08-09 | 4 | -15/+211 |
* | No longer inline the object literal for variants. | Eduardo Julian | 2020-08-09 | 3 | -17/+214 |
* | Some fixes. | Eduardo Julian | 2020-08-07 | 1 | -1/+1 |
* | Can get the JS(JS) compiler to compile. | Eduardo Julian | 2020-07-24 | 1 | -4/+6 |
* | Mo' fixes, less problems. | Eduardo Julian | 2020-07-14 | 2 | -28/+92 |
* | Got the JS compiler code to build again. | Eduardo Julian | 2020-07-05 | 1 | -150/+136 |
* | Now using the new syntax for variants (even though they still work the old wa... | Eduardo Julian | 2020-07-02 | 4 | -33/+34 |
* | Moved all spec(ifications) from under "test/" to under "spec/". | Eduardo Julian | 2020-07-01 | 64 | -348/+83 |
* | WIP: Leiningen integration with the new JVM compiler. | Eduardo Julian | 2020-07-01 | 2 | -2/+5 |
* | The "for" macro can now work directly with definitions. No text literals nece... | Eduardo Julian | 2020-06-28 | 3 | -442/+462 |
* | Last bug fixes to get the new JVM compiler to fully process the standard libr... | Eduardo Julian | 2020-06-24 | 5 | -496/+648 |
* | Bug fixes. | Eduardo Julian | 2020-06-23 | 1 | -150/+395 |
* | Optimizing-away unnecessary variable declarations/bindings. | Eduardo Julian | 2020-06-12 | 4 | -1/+501 |
* | Updated test for function optimization. | Eduardo Julian | 2020-06-11 | 3 | -151/+584 |
* | Basic pattern-matching optimizations. | Eduardo Julian | 2020-06-09 | 3 | -37/+357 |
* | Now applying the loop optimization to all functions. | Eduardo Julian | 2020-06-03 | 2 | -60/+66 |
* | Properly implemented and enabled loop optimization. | Eduardo Julian | 2020-06-03 | 4 | -1/+657 |
* | Implemented an optimization for getting fields/slots from records in the new ... | Eduardo Julian | 2020-06-01 | 5 | -61/+287 |
* | Re-enabled lux/tool tests. | Eduardo Julian | 2020-05-31 | 18 | -178/+402 |
* | Can now import previously exported libraries. | Eduardo Julian | 2020-05-29 | 3 | -51/+140 |
* | Can now export Lux code as library TAR files. | Eduardo Julian | 2020-05-28 | 5 | -83/+123 |
* | Can now parse TAR files. | Eduardo Julian | 2020-05-28 | 6 | -7/+470 |
* | Can now write TAR files. | Eduardo Julian | 2020-05-19 | 5 | -2/+91 |
* | Local binding names for (co|indexed-)?monads are now explicitly set. | Eduardo Julian | 2020-05-17 | 65 | -152/+151 |
* | :share no longer relies on :assume | Eduardo Julian | 2020-05-17 | 2 | -62/+89 |
* | Parallel compilation for the new compiler(s). | Eduardo Julian | 2020-05-16 | 3 | -128/+179 |
* | Made test-running parallel again. | Eduardo Julian | 2020-05-13 | 6 | -120/+253 |
* | Now logging to a data-structure and only printing in the end. | Eduardo Julian | 2020-05-12 | 4 | -8/+137 |
* | Compiler versions are now natural numbers, and are included as part of the na... | Eduardo Julian | 2020-05-12 | 4 | -80/+239 |
* | Now storing and loading extensions in the cache. | Eduardo Julian | 2020-05-11 | 3 | -50/+104 |
* | Now properly loading the cached definitions. | Eduardo Julian | 2020-05-10 | 2 | -94/+122 |
* | Including runtime machinery in the cache. | Eduardo Julian | 2020-05-09 | 3 | -154/+211 |
* | Loading the artifacts from the cache and re-populating the analyser's state. | Eduardo Julian | 2020-05-06 | 4 | -99/+176 |