Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Now allowing types for methods. | Eduardo Julian | 2019-10-16 | 10 | -116/+132 | |
| | ||||||
* | Small refactoring | Eduardo Julian | 2019-10-16 | 4 | -31/+30 | |
| | ||||||
* | Compiler extensions have been tested to work. | Eduardo Julian | 2019-10-15 | 18 | -93/+454 | |
| | ||||||
* | The new compiler can compile & run the stdlib's test suite. | Eduardo Julian | 2019-10-14 | 6 | -83/+145 | |
| | ||||||
* | Small improvements + fixes | Eduardo Julian | 2019-10-10 | 8 | -167/+166 | |
| | ||||||
* | Updated old luxc to work with latest the JVM (and changes in lux-lein) | Eduardo Julian | 2019-10-09 | 11 | -66/+55 | |
| | ||||||
* | Updated lux-mode to work with the latest Emacs | Eduardo Julian | 2019-10-09 | 1 | -107/+110 | |
| | ||||||
* | Updated lux-lein to work with latest JVM and Leiningen | Eduardo Julian | 2019-10-09 | 3 | -38/+68 | |
| | ||||||
* | Merge pull request #51 from fachammer/master | Eduardo Julián | 2019-09-19 | 1 | -0/+0 | |
|\ | | | | | rename documentation file to allow checkout on windows | |||||
| * | rename documentation file | fachammer | 2019-09-18 | 1 | -0/+0 | |
| | | | | | | | | | | '|' (pipe) is an illegal filename character on windows. having the pipe would prevent checking out the repository on windows | |||||
* | | Now generating a "LuxProgram" class, instead of a "_" class. | Eduardo Julian | 2019-09-18 | 2 | -15/+14 | |
| | | ||||||
* | | Fixed a bug wherein definitions created while processing module referrals ↵ | Eduardo Julian | 2019-09-18 | 2 | -2/+5 | |
| | | | | | | | | did not make it into the generation buffer. | |||||
* | | Added packaging machinery for the JVM compiler. | Eduardo Julian | 2019-09-18 | 6 | -42/+177 | |
| | | ||||||
* | | Some refactoring. | Eduardo Julian | 2019-09-17 | 4 | -17/+26 | |
|/ | ||||||
* | Fixed some bugs related to JVM types. | Eduardo Julian | 2019-09-17 | 12 | -17/+30 | |
| | ||||||
* | Added the ":let" macro to enable reuse of type fragments in larger types. | Eduardo Julian | 2019-09-15 | 3 | -6/+23 | |
| | ||||||
* | Implemented function memoization. | Eduardo Julian | 2019-09-15 | 4 | -22/+147 | |
| | ||||||
* | Implemented mixin-style function composition. | Eduardo Julian | 2019-09-15 | 2 | -4/+69 | |
| | ||||||
* | Added a small Markdown document explaining the syntax rules. | Eduardo Julian | 2019-09-15 | 1 | -0/+179 | |
| | ||||||
* | Disabled loop optimization in the old compiler. | Eduardo Julian | 2019-09-15 | 1 | -9/+11 | |
| | ||||||
* | Commented out the exclusion of the "org/ow2/asm/asm-all" dependency. | Eduardo Julian | 2019-09-15 | 1 | -1/+2 | |
| | ||||||
* | Got the tests running again. | Eduardo Julian | 2019-09-15 | 29 | -117/+161 | |
| | ||||||
* | More fixes. | Eduardo Julian | 2019-09-14 | 20 | -573/+766 | |
| | ||||||
* | Some fixes. | Eduardo Julian | 2019-09-08 | 12 | -817/+904 | |
| | ||||||
* | Moved polytypic code generators to their own branch. | Eduardo Julian | 2019-09-07 | 3 | -11/+13 | |
| | ||||||
* | Re-named "lux/control/contract" to "lux/control/function/contract". | Eduardo Julian | 2019-09-07 | 3 | -126/+230 | |
| | ||||||
* | Renamed "Statement" to "Directive". | Eduardo Julian | 2019-09-07 | 18 | -332/+332 | |
| | ||||||
* | Got rid of a useless parameter to the INVOKE instructions. | Eduardo Julian | 2019-09-07 | 13 | -93/+77 | |
| | ||||||
* | Modified compiler's machinery to use the new abstractions for descriptors ↵ | Eduardo Julian | 2019-09-07 | 40 | -1490/+1757 | |
| | | | | and signatures. | |||||
* | JVM type -> Lux type machinery based on signature parsing. | Eduardo Julian | 2019-08-23 | 2 | -89/+133 | |
| | ||||||
* | Parser for JVM types. | Eduardo Julian | 2019-08-22 | 7 | -132/+198 | |
| | ||||||
* | Factored-out the different categories of JVM types. | Eduardo Julian | 2019-08-21 | 5 | -124/+84 | |
| | ||||||
* | A unified type module to tie together the different JVM kinds of type. | Eduardo Julian | 2019-08-21 | 3 | -207/+211 | |
| | ||||||
* | Improved machinery in "lux/target/jvm/type/reflection". | Eduardo Julian | 2019-08-20 | 3 | -50/+74 | |
| | ||||||
* | Moved signature machinery to "lux/target/jvm/type/signature". | Eduardo Julian | 2019-08-20 | 5 | -133/+160 | |
| | ||||||
* | Renamed "lux/target/jvm/descriptor" to "lux/target/jvm/type/descriptor". | Eduardo Julian | 2019-08-20 | 13 | -32/+39 | |
| | ||||||
* | WIP: Make new-luxc instructions rely on the Descriptor type. | Eduardo Julian | 2019-08-20 | 36 | -790/+759 | |
| | ||||||
* | Implemented TABLESWITCH and LOOKUPSWITCH instructions. | Eduardo Julian | 2019-08-12 | 7 | -37/+223 | |
| | ||||||
* | Got the new compiler working again. | Eduardo Julian | 2019-08-10 | 18 | -97/+86 | |
| | ||||||
* | WIP: JVM function generation. | Eduardo Julian | 2019-08-10 | 18 | -35/+549 | |
| | ||||||
* | Ported JVM reference generation to the new JVM bytecode machinery. | Eduardo Julian | 2019-07-31 | 34 | -51/+168 | |
| | ||||||
* | No more "n/"-prefixed functions. | Eduardo Julian | 2019-07-26 | 182 | -1463/+1719 | |
| | ||||||
* | No more "i/"-prefixed functions. | Eduardo Julian | 2019-07-25 | 48 | -412/+472 | |
| | ||||||
* | No more "r/"-prefixed functions. | Eduardo Julian | 2019-07-24 | 10 | -277/+281 | |
| | ||||||
* | No more "f/"-prefixed functions. | Eduardo Julian | 2019-07-24 | 45 | -634/+749 | |
| | | | + No more "m/"-prefixed functions. | |||||
* | Got rid of the "Number" abstraction. | Eduardo Julian | 2019-07-24 | 20 | -286/+203 | |
| | ||||||
* | Small improvements here and there. | Eduardo Julian | 2019-07-24 | 23 | -112/+447 | |
| | ||||||
* | The "commands" file is now a Markdown file for better legibility. | Eduardo Julian | 2019-07-24 | 2 | -124/+292 | |
| | ||||||
* | * Re-named "Instruction" to "Bytecode". | Eduardo Julian | 2019-07-08 | 14 | -564/+563 | |
| | | | * Re-named "Program" to "Instruction". | |||||
* | Added I32, I16 and I8. | Eduardo Julian | 2019-07-08 | 12 | -20/+228 | |
| |