Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-named "Bool" type to "Bit". | Eduardo Julian | 2018-07-13 | 1 | -11/+11 |
| | |||||
* | - Got the old compiler to compile again. | Eduardo Julian | 2018-05-05 | 1 | -207/+211 |
| | |||||
* | - Fixed some parsing errors affecting JVM interface analysis/compilation. | Eduardo Julian | 2018-01-28 | 1 | -6/+15 |
| | |||||
* | - Fixed a type-bug in old compiler. | Eduardo Julian | 2018-01-23 | 1 | -1/+1 |
| | |||||
* | - Re-named "real" numbers to "frac"(tions). | Eduardo Julian | 2017-09-04 | 1 | -2/+2 |
| | |||||
* | - Lux no longer has a Char primitive data-type. | Eduardo Julian | 2017-07-02 | 1 | -3/+0 |
| | |||||
* | - Fixed a bug when parsing constructor arguments. | Eduardo Julian | 2017-04-30 | 1 | -0/+1 |
| | |||||
* | - 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 |
| | |||||
* | - Updated lux/host tests. | Eduardo Julian | 2016-12-06 | 1 | -0/+3 |
| | | | | | - Fixed a bug in the way the [jvm l2b] and [jvm l2s] procedures worked. - Fixed a bug in interface definition. - Relaxed the syntacting requirements of class/interface/anonymous-class definition macros. | ||||
* | - Collected the Lux compiler's repo, the Standard Library's, the Leiningen ↵ | Eduardo Julian | 2016-12-01 | 1 | -0/+469 |
plugin's and the Emacs mode's into a big monorepo, to keep development unified. |