Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-05-28 | Can now parse TAR files. | Eduardo Julian | 7 | -0/+15 | |
2020-05-19 | Can now write TAR files. | Eduardo Julian | 4 | -0/+11 | |
2020-05-17 | Local binding names for (co|indexed-)?monads are now explicitly set. | Eduardo Julian | 1 | -0/+1 | |
2020-05-12 | Compiler versions are now natural numbers, and are included as part of the ↵ | Eduardo Julian | 1 | -0/+1 | |
names/paths of artifacts. | |||||
2020-05-11 | Now storing and loading extensions in the cache. | Eduardo Julian | 1 | -0/+1 | |
2020-05-10 | Now properly loading the cached definitions. | Eduardo Julian | 11 | -1/+34 | |
2020-05-09 | Including runtime machinery in the cache. | Eduardo Julian | 8 | -0/+21 | |
2020-05-05 | Fixed bugs while parsing modules' cached data. | Eduardo Julian | 1 | -0/+1 | |
2020-03-05 | Beginning to cache artifacts. | Eduardo Julian | 2 | -0/+4 | |
2020-03-04 | Test for enums + adjustments to Python-generation code. | Eduardo Julian | 2 | -0/+8 | |
2020-03-04 | Test for codec composition + adjustments to JS-generation code. | Eduardo Julian | 3 | -0/+5 | |
2019-12-26 | Bug fixes. | Eduardo Julian | 11 | -0/+20 | |
2019-12-25 | Optimized LuxRuntime::case and fixed a few bugs. | Eduardo Julian | 11 | -1/+42 | |
2019-12-24 | Ported program generation, host environment and packaging machinery to stdlib. | Eduardo Julian | 8 | -0/+17 | |
2019-11-21 | Ported JVM host extension generation to the new JVM bytecode machinery. | Eduardo Julian | 18 | -0/+97 | |
2019-11-18 | Minor adjustments. | Eduardo Julian | 13 | -0/+36 | |
2019-11-07 | WIP: Major refactoring of JVM bytecode machinery. | Eduardo Julian | 13 | -19/+64 | |
2019-10-27 | Almost completely ported JVM runtime generation to the new JVM bytecode ↵ | Eduardo Julian | 4 | -0/+40 | |
machinery. | |||||
2019-10-09 | Updated lux-lein to work with latest JVM and Leiningen | Eduardo Julian | 1 | -0/+4 | |
2019-09-18 | rename documentation file | fachammer | 1 | -0/+0 | |
'|' (pipe) is an illegal filename character on windows. having the pipe would prevent checking out the repository on windows | |||||
2019-09-17 | Fixed some bugs related to JVM types. | Eduardo Julian | 7 | -3/+20 | |
2019-09-14 | More fixes. | Eduardo Julian | 1 | -0/+1 | |
2019-09-07 | Re-named "lux/control/contract" to "lux/control/function/contract". | Eduardo Julian | 1 | -125/+228 | |
2019-09-07 | Got rid of a useless parameter to the INVOKE instructions. | Eduardo Julian | 5 | -0/+7 | |
2019-09-07 | Modified compiler's machinery to use the new abstractions for descriptors ↵ | Eduardo Julian | 10 | -0/+171 | |
and signatures. | |||||
2019-08-22 | Parser for JVM types. | Eduardo Julian | 2 | -0/+2 | |
2019-08-21 | A unified type module to tie together the different JVM kinds of type. | Eduardo Julian | 2 | -0/+2 | |
2019-08-12 | Implemented TABLESWITCH and LOOKUPSWITCH instructions. | Eduardo Julian | 3 | -0/+7 | |
2019-08-10 | WIP: JVM function generation. | Eduardo Julian | 1 | -0/+1 | |
2019-07-31 | Ported JVM reference generation to the new JVM bytecode machinery. | Eduardo Julian | 10 | -3/+22 | |
2019-07-26 | No more "n/"-prefixed functions. | Eduardo Julian | 1 | -0/+5 | |
2019-07-24 | Small improvements here and there. | Eduardo Julian | 14 | -0/+305 | |
2019-07-05 | WIP: Method compilation. | Eduardo Julian | 2 | -0/+5 | |
2019-07-02 | Re-name "lux/data/error" to "lux/control/try". | Eduardo Julian | 2 | -0/+7 | |
2019-06-25 | WIP: Label resolution support for JVM instructions. | Eduardo Julian | 1 | -0/+1 | |
2019-06-22 | Implemented several different bytecode instructions. | Eduardo Julian | 1 | -0/+2 | |
2019-06-20 | Removed the TCP & UDP code for the moment. | Eduardo Julian | 4 | -0/+10 | |
It needs to be re-designed with a multi-platform focus in mind. | |||||
2019-06-18 | Implemented "hole" typing. | Eduardo Julian | 7 | -0/+16 | |
2019-06-14 | Some fixes for the scripting languages. | Eduardo Julian | 5 | -0/+6 | |
+ Small optimizations for pattern-matching generation. | |||||
2019-06-13 | Some fixes. | Eduardo Julian | 6 | -0/+11 | |
2019-06-06 | WIP: Class definition. | Eduardo Julian | 3 | -0/+3 | |
2019-06-01 | Removed the (magical) "alias" annotations tag. | Eduardo Julian | 4 | -0/+9 | |
2019-05-29 | Various fixes and tweaks. | Eduardo Julian | 6 | -0/+14 | |
2019-05-28 | Moved my research notes from Trello to the repo: | Eduardo Julian | 8 | -1/+195 | |
+ Browser. + Machine learning. + Logic programming. + Transducer | stream | pipe. | |||||
2019-05-24 | Removed the (magical) "export?" annotations tag. | Eduardo Julian | 1 | -0/+1 | |
2019-05-23 | Moved my research notes from Trello to the repo: | Eduardo Julian | 4 | -0/+361 | |
+ Documentation. + Game programming. + Probabilistic programming. + Build systems. | |||||
2019-05-22 | Removed the (magical) "imports" annotations tag. | Eduardo Julian | 1 | -0/+4 | |
2019-05-21 | WIP: Separate Scheme compiler. | Eduardo Julian | 1 | -0/+1 | |
2019-05-19 | Moved my research notes from Trello to the repo: | Eduardo Julian | 6 | -0/+420 | |
+ Debugging + Distributed programming + Web frameworks + Native compilation | |||||
2019-05-18 | Moved some of the reflection machinery to its own modules. | Eduardo Julian | 1 | -0/+2 | |
* WIP: Implementation of completeness testing for anonymous classes. |