Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Optimizations for the pure-Lux JVM compiler. [Part 2] | Eduardo Julian | 2022-02-12 | 1 | -7/+6 |
| | |||||
* | v0.6.5 | Eduardo Julian | 2021-11-30 | 1 | -0/+2 |
| | |||||
* | Sharing the same Function class between bootsrapper and JVM compiler. | Eduardo Julian | 2021-11-08 | 1 | -1/+2 |
| | |||||
* | v0.6.3 | Eduardo Julian | 2021-10-22 | 1 | -5/+13 |
| | |||||
* | Now properly loading cached modules. | Eduardo Julian | 2021-07-17 | 1 | -2/+1 |
| | |||||
* | Normalized the hierarchy of the standard library modules. | Eduardo Julian | 2021-07-14 | 1 | -11/+6 |
| | |||||
* | Better syntax for parallel-hierarchy imports. | Eduardo Julian | 2021-07-12 | 1 | -0/+2 |
| | |||||
* | Extracted Licentia out of the standard library. | Eduardo Julian | 2021-06-14 | 1 | -0/+4 |
| | |||||
* | Re-named old luxc-jvm to lux-bootstrapper. | Eduardo Julian | 2020-12-04 | 1 | -3/+3 |
| | |||||
* | Split new-luxc into lux-jvm and lux-r. | Eduardo Julian | 2020-05-30 | 1 | -5/+11 |
| | |||||
* | FIX the names of function classes are now prefixed with their originating ↵ | Eduardo Julian | 2019-12-29 | 1 | -1/+2 |
| | | | | module. | ||||
* | WIP: Separate Scheme compiler. | Eduardo Julian | 2019-05-21 | 1 | -0/+6 |
| | |||||
* | The Common Lisp compiler is alive. | Eduardo Julian | 2019-05-01 | 1 | -0/+6 |
| | |||||
* | WIP: Turning compiler tests into a re-usable specification. | Eduardo Julian | 2019-04-26 | 1 | -0/+6 |
| | |||||
* | WIP: PHP compiler. | Eduardo Julian | 2019-04-24 | 1 | -0/+5 |
| | |||||
* | WIP: Lua compiler. | Eduardo Julian | 2019-04-11 | 1 | -0/+5 |
| | |||||
* | WIP: Ruby compiler. | Eduardo Julian | 2019-04-09 | 1 | -0/+5 |
| | |||||
* | Updated JVM compiler. | Eduardo Julian | 2019-04-04 | 1 | -0/+1 |
| | |||||
* | Got the Python compiler running. | Eduardo Julian | 2019-03-26 | 1 | -5/+14 |
| | |||||
* | Now compiling program statements. | Eduardo Julian | 2019-03-17 | 1 | -0/+1 |
| | |||||
* | Updated .gitignore for new JS compiler. | Eduardo Julian | 2019-03-13 | 1 | -1/+5 |
| | |||||
* | - Implemented some math functions in pure Lux, to reduce the needs of the ↵ | Eduardo Julian | 2018-04-05 | 1 | -0/+1 |
| | | | | compiler, and make it easier to port Lux to new backends. | ||||
* | - Updated .gitignore. | Eduardo Julian | 2017-12-17 | 1 | -0/+1 |
| | |||||
* | - Integrated documentation into the main repo (powered by mkdocs). | Eduardo Julian | 2017-08-27 | 1 | -0/+2 |
| | |||||
* | - Updated .gitignore. | Eduardo Julian | 2016-12-01 | 1 | -0/+2 |
| | |||||
* | - Collected the Lux compiler's repo, the Standard Library's, the Leiningen ↵ | Eduardo Julian | 2016-12-01 | 1 | -7/+4 |
| | | | | plugin's and the Emacs mode's into a big monorepo, to keep development unified. | ||||
* | - Some bug fixes. | Eduardo Julian | 2015-07-19 | 1 | -0/+2 |
| | | | - More additions to the standard library. | ||||
* | Added lambdas! (not yet real closures, but coming soon...) | Eduardo Julian | 2014-12-15 | 1 | -0/+3 |
| | |||||
* | + Can lex basic tokens. | Eduardo Julian | 2014-11-25 | 1 | -0/+9 |
+ Can parse basic syntax. + Can eval integer multiplication. |