Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - Added "model:", "unit:" and "scale:" to syntax highlighting. | Eduardo Julian | 2017-07-25 | 1 | -0/+2 | |
| | ||||||
* | - Removed Char support in lux-mode. | Eduardo Julian | 2017-07-22 | 1 | -4/+1 | |
| | | | - Removed keyword support for algebraic effects. | |||||
* | - Lux no longer has a Char primitive data-type. | Eduardo Julian | 2017-07-02 | 1 | -1/+2 | |
| | ||||||
* | - Changed the syntax-highlighting rules. | Eduardo Julian | 2017-06-26 | 1 | -2/+8 | |
| | ||||||
* | - Forgot to commit the change in lux-mode when renaming "test:" to "context:". | Eduardo Julian | 2017-06-21 | 1 | -1/+1 | |
| | ||||||
* | - Renamed ^=> to ^multi. | Eduardo Julian | 2017-05-24 | 1 | -1/+1 | |
| | ||||||
* | - Changed the name of "let%" to "with-expansions". | Eduardo Julian | 2017-05-07 | 1 | -3/+2 | |
| | ||||||
* | - Added <|. to syntax highlights. | Eduardo Julian | 2017-04-30 | 1 | -2/+2 | |
| | | | - Fixed an indentation bug for "with-" macros. | |||||
* | - Renamed "lambda" to "function". | Eduardo Julian | 2017-04-10 | 1 | -3/+3 | |
| | ||||||
* | - Removed assume and with-gensyms from the list of special syntax. | Eduardo Julian | 2017-04-03 | 1 | -3/+2 | |
| | ||||||
* | - Added a macro for pattern-matching using regular-expressions. | Eduardo Julian | 2017-04-01 | 1 | -1/+1 | |
| | ||||||
* | - Implemented finger-trees. | Eduardo Julian | 2017-03-28 | 1 | -1/+1 | |
| | | | - Implemented random-access sequences and priority-queues on top of finger-trees. | |||||
* | - Added "assume" into list of recognized macros. | Eduardo Julian | 2017-02-17 | 1 | -1/+1 | |
| | ||||||
* | - Changed the license from MPL 2.0 to MIT. | Eduardo Julian | 2017-01-26 | 1 | -1/+1 | |
| | ||||||
* | - Renamed lux/data/struct/tree to lux/data/struct/tree/rose. | Eduardo Julian | 2017-01-25 | 1 | -1/+1 | |
| | | | | | | - 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). | |||||
* | - Updated the copyright perior in the license. | Eduardo Julian | 2017-01-07 | 1 | -1/+1 | |
| | ||||||
* | - Improved the formatting in the README. | Eduardo Julian | 2017-01-07 | 1 | -1/+1 | |
| | ||||||
* | - Now, only using underscores (_) as number digit separators, without using ↵ | Eduardo Julian | 2016-12-25 | 1 | -3/+3 | |
| | | | | commas (,). | |||||
* | - Bug fixes and refactorings for algebraic effects. | Eduardo Julian | 2016-12-18 | 1 | -1/+1 | |
| | ||||||
* | - Collected the Lux compiler's repo, the Standard Library's, the Leiningen ↵ | Eduardo Julian | 2016-12-01 | 2 | -0/+414 | |
plugin's and the Emacs mode's into a big monorepo, to keep development unified. |