aboutsummaryrefslogtreecommitdiff
path: root/lux-mode (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Some refactoring.Eduardo Julian2017-09-191-4/+2
| | | - Moved "assume" and "default" to lux/data/maybe.
* - Re-named "jvm-import" to "import".Eduardo Julian2017-09-081-2/+2
|
* - Added alternative syntax for Frac numbers, based on traditional ↵Eduardo Julian2017-09-051-1/+4
| | | | ratio/fraction syntax.
* - Renamed "model" to "opaque".Eduardo Julian2017-08-211-1/+1
|
* - Added "on:" syntax for spaces.Eduardo Julian2017-08-031-2/+2
|
* - Added "model:", "unit:" and "scale:" to syntax highlighting.Eduardo Julian2017-07-251-0/+2
|
* - Removed Char support in lux-mode.Eduardo Julian2017-07-221-4/+1
| | | - Removed keyword support for algebraic effects.
* - Lux no longer has a Char primitive data-type.Eduardo Julian2017-07-021-1/+2
|
* - Changed the syntax-highlighting rules.Eduardo Julian2017-06-261-2/+8
|
* - Forgot to commit the change in lux-mode when renaming "test:" to "context:".Eduardo Julian2017-06-211-1/+1
|
* - Renamed ^=> to ^multi.Eduardo Julian2017-05-241-1/+1
|
* - Changed the name of "let%" to "with-expansions".Eduardo Julian2017-05-071-3/+2
|
* - Added <|. to syntax highlights.Eduardo Julian2017-04-301-2/+2
| | | - Fixed an indentation bug for "with-" macros.
* - Renamed "lambda" to "function".Eduardo Julian2017-04-101-3/+3
|
* - Removed assume and with-gensyms from the list of special syntax.Eduardo Julian2017-04-031-3/+2
|
* - Added a macro for pattern-matching using regular-expressions.Eduardo Julian2017-04-011-1/+1
|
* - Implemented finger-trees.Eduardo Julian2017-03-281-1/+1
| | | - Implemented random-access sequences and priority-queues on top of finger-trees.
* - Added "assume" into list of recognized macros.Eduardo Julian2017-02-171-1/+1
|
* - Changed the license from MPL 2.0 to MIT.Eduardo Julian2017-01-261-1/+1
|
* - Renamed lux/data/struct/tree to lux/data/struct/tree/rose.Eduardo Julian2017-01-251-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 Julian2017-01-071-1/+1
|
* - Improved the formatting in the README.Eduardo Julian2017-01-071-1/+1
|
* - Now, only using underscores (_) as number digit separators, without using ↵Eduardo Julian2016-12-251-3/+3
| | | | commas (,).
* - Bug fixes and refactorings for algebraic effects.Eduardo Julian2016-12-181-1/+1
|
* - Collected the Lux compiler's repo, the Standard Library's, the Leiningen ↵Eduardo Julian2016-12-012-0/+414
plugin's and the Emacs mode's into a big monorepo, to keep development unified.