Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Changed the identifier separator, from the semi-colon (;) to the ↵ | Eduardo Julian | 2017-11-29 | 1 | -4/+6 |
| | | | | period/dot (.). | ||||
* | - Re-named "real" numbers to "frac"(tions). | Eduardo Julian | 2017-09-04 | 1 | -3/+3 |
| | |||||
* | - Lux no longer has a Char primitive data-type. | Eduardo Julian | 2017-07-02 | 1 | -39/+0 |
| | |||||
* | - Made some improvements to error messages in the compiler. | Eduardo Julian | 2017-04-05 | 1 | -1/+1 |
| | |||||
* | - The lexer can now recognize a escape-character for vertical tabs (\v). | Eduardo Julian | 2017-02-22 | 1 | -0/+4 |
| | |||||
* | - 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 | -7/+7 |
| | | | | | | - 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). | ||||
* | - Now, only using underscores (_) as number digit separators, without using ↵ | Eduardo Julian | 2016-12-25 | 1 | -5/+5 |
| | | | | commas (,). | ||||
* | - Collected the Lux compiler's repo, the Standard Library's, the Leiningen ↵ | Eduardo Julian | 2016-12-01 | 1 | -0/+254 |
plugin's and the Emacs mode's into a big monorepo, to keep development unified. |