Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Now only timing compiler operations in the Leiningen plugin. | Eduardo Julian | 2019-03-17 | 1 | -1/+1 |
| | |||||
* | No longer needing "jvm" or "js" configurations in "project.clj" files for ↵ | Eduardo Julian | 2019-03-13 | 1 | -3/+3 |
| | | | | Lux projects. | ||||
* | - Removed the "Debug" compiler mode. | Eduardo Julian | 2017-05-04 | 1 | -4/+1 |
| | |||||
* | - Made some improvements to error messages in the compiler. | Eduardo Julian | 2017-04-05 | 1 | -1/+1 |
| | |||||
* | - Can now select between JVM and JS compilation, based on command-line ↵ | Eduardo Julian | 2017-03-21 | 1 | -4/+4 |
| | | | | parameters. | ||||
* | - Major refactoring to make it easier to introduce the new (JS) backend. | Eduardo Julian | 2017-01-29 | 1 | -1/+0 |
| | |||||
* | - Changed the license from MPL 2.0 to MIT. | Eduardo Julian | 2017-01-26 | 1 | -5/+0 |
| | |||||
* | - Improved Lux error messages by ensuring the cursor is always present. | Eduardo Julian | 2017-01-25 | 1 | -1/+1 |
| | |||||
* | - Renamed lux/data/struct/tree to lux/data/struct/tree/rose. | Eduardo Julian | 2017-01-25 | 1 | -5/+5 |
| | | | | | | - Moved lux/data/struct/zipper to lux/data/struct/tree/zipper. - Moved lux/regex to lux/lexer/regex. - Changed the suffix of annotation tags, from M to A. - Renamed Frac(tional) numbers to Deg(rees). | ||||
* | - Fixed some bugs in the REPL. | Eduardo Julian | 2017-01-11 | 1 | -2/+4 |
| | |||||
* | - Removed some comments that slipped in with the code. | Eduardo Julian | 2016-12-07 | 1 | -14/+0 |
| | |||||
* | - Collected the Lux compiler's repo, the Standard Library's, the Leiningen ↵ | Eduardo Julian | 2016-12-01 | 1 | -0/+52 |
plugin's and the Emacs mode's into a big monorepo, to keep development unified. |