Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bugs while parsing modules' cached data. | Eduardo Julian | 2020-05-05 | 1 | -0/+1 |
| | |||||
* | Beginning to cache artifacts. | Eduardo Julian | 2020-03-05 | 2 | -0/+4 |
| | |||||
* | Test for enums + adjustments to Python-generation code. | Eduardo Julian | 2020-03-04 | 2 | -0/+8 |
| | |||||
* | Test for codec composition + adjustments to JS-generation code. | Eduardo Julian | 2020-03-04 | 3 | -0/+5 |
| | |||||
* | Bug fixes. | Eduardo Julian | 2019-12-26 | 11 | -0/+20 |
| | |||||
* | Optimized LuxRuntime::case and fixed a few bugs. | Eduardo Julian | 2019-12-25 | 11 | -1/+42 |
| | |||||
* | Ported program generation, host environment and packaging machinery to stdlib. | Eduardo Julian | 2019-12-24 | 8 | -0/+17 |
| | |||||
* | Ported JVM host extension generation to the new JVM bytecode machinery. | Eduardo Julian | 2019-11-21 | 18 | -0/+97 |
| | |||||
* | Minor adjustments. | Eduardo Julian | 2019-11-18 | 13 | -0/+36 |
| | |||||
* | WIP: Major refactoring of JVM bytecode machinery. | Eduardo Julian | 2019-11-07 | 13 | -19/+64 |
| | |||||
* | Almost completely ported JVM runtime generation to the new JVM bytecode ↵ | Eduardo Julian | 2019-10-27 | 4 | -0/+40 |
| | | | | machinery. | ||||
* | Updated lux-lein to work with latest JVM and Leiningen | Eduardo Julian | 2019-10-09 | 1 | -0/+4 |
| | |||||
* | 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 | ||||
* | Fixed some bugs related to JVM types. | Eduardo Julian | 2019-09-17 | 7 | -3/+20 |
| | |||||
* | More fixes. | Eduardo Julian | 2019-09-14 | 1 | -0/+1 |
| | |||||
* | Re-named "lux/control/contract" to "lux/control/function/contract". | Eduardo Julian | 2019-09-07 | 1 | -125/+228 |
| | |||||
* | Got rid of a useless parameter to the INVOKE instructions. | Eduardo Julian | 2019-09-07 | 5 | -0/+7 |
| | |||||
* | Modified compiler's machinery to use the new abstractions for descriptors ↵ | Eduardo Julian | 2019-09-07 | 10 | -0/+171 |
| | | | | and signatures. | ||||
* | Parser for JVM types. | Eduardo Julian | 2019-08-22 | 2 | -0/+2 |
| | |||||
* | A unified type module to tie together the different JVM kinds of type. | Eduardo Julian | 2019-08-21 | 2 | -0/+2 |
| | |||||
* | Implemented TABLESWITCH and LOOKUPSWITCH instructions. | Eduardo Julian | 2019-08-12 | 3 | -0/+7 |
| | |||||
* | WIP: JVM function generation. | Eduardo Julian | 2019-08-10 | 1 | -0/+1 |
| | |||||
* | Ported JVM reference generation to the new JVM bytecode machinery. | Eduardo Julian | 2019-07-31 | 10 | -3/+22 |
| | |||||
* | No more "n/"-prefixed functions. | Eduardo Julian | 2019-07-26 | 1 | -0/+5 |
| | |||||
* | Small improvements here and there. | Eduardo Julian | 2019-07-24 | 14 | -0/+305 |
| | |||||
* | WIP: Method compilation. | Eduardo Julian | 2019-07-05 | 2 | -0/+5 |
| | |||||
* | Re-name "lux/data/error" to "lux/control/try". | Eduardo Julian | 2019-07-02 | 2 | -0/+7 |
| | |||||
* | WIP: Label resolution support for JVM instructions. | Eduardo Julian | 2019-06-25 | 1 | -0/+1 |
| | |||||
* | Implemented several different bytecode instructions. | Eduardo Julian | 2019-06-22 | 1 | -0/+2 |
| | |||||
* | Removed the TCP & UDP code for the moment. | Eduardo Julian | 2019-06-20 | 4 | -0/+10 |
| | | | It needs to be re-designed with a multi-platform focus in mind. | ||||
* | Implemented "hole" typing. | Eduardo Julian | 2019-06-18 | 7 | -0/+16 |
| | |||||
* | Some fixes for the scripting languages. | Eduardo Julian | 2019-06-14 | 5 | -0/+6 |
| | | | + Small optimizations for pattern-matching generation. | ||||
* | Some fixes. | Eduardo Julian | 2019-06-13 | 6 | -0/+11 |
| | |||||
* | WIP: Class definition. | Eduardo Julian | 2019-06-06 | 3 | -0/+3 |
| | |||||
* | Removed the (magical) "alias" annotations tag. | Eduardo Julian | 2019-06-01 | 4 | -0/+9 |
| | |||||
* | Various fixes and tweaks. | Eduardo Julian | 2019-05-29 | 6 | -0/+14 |
| | |||||
* | Moved my research notes from Trello to the repo: | Eduardo Julian | 2019-05-28 | 8 | -1/+195 |
| | | | | | | + Browser. + Machine learning. + Logic programming. + Transducer | stream | pipe. | ||||
* | Removed the (magical) "export?" annotations tag. | Eduardo Julian | 2019-05-24 | 1 | -0/+1 |
| | |||||
* | Moved my research notes from Trello to the repo: | Eduardo Julian | 2019-05-23 | 4 | -0/+361 |
| | | | | | | + Documentation. + Game programming. + Probabilistic programming. + Build systems. | ||||
* | Removed the (magical) "imports" annotations tag. | Eduardo Julian | 2019-05-22 | 1 | -0/+4 |
| | |||||
* | WIP: Separate Scheme compiler. | Eduardo Julian | 2019-05-21 | 1 | -0/+1 |
| | |||||
* | Moved my research notes from Trello to the repo: | Eduardo Julian | 2019-05-19 | 6 | -0/+420 |
| | | | | | | + Debugging + Distributed programming + Web frameworks + Native compilation | ||||
* | Moved some of the reflection machinery to its own modules. | Eduardo Julian | 2019-05-18 | 1 | -0/+2 |
| | | | * WIP: Implementation of completeness testing for anonymous classes. | ||||
* | Moved my research notes from Trello to the repo. | Eduardo Julian | 2019-05-18 | 4 | -1/+561 |
| | | | | * On math. * On operating systems. | ||||
* | Forgot to actually compile the methods. Now doing so. | Eduardo Julian | 2019-05-17 | 1 | -3/+2 |
| | |||||
* | Some type casting/coercion automation. | Eduardo Julian | 2019-05-16 | 1 | -0/+1 |
| | |||||
* | More fiddling with types for JVM interop. | Eduardo Julian | 2019-05-13 | 1 | -1/+5 |
| | |||||
* | Moved my research notes on text-editors & IDEs from Trello to the repo. | Eduardo Julian | 2019-05-11 | 1 | -0/+185 |
| | |||||
* | Moved my research notes on databases from Trello to the repo. | Eduardo Julian | 2019-05-11 | 1 | -0/+441 |