Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-05-13 | - Re-named ".../eq" modules to ".../equality". | Eduardo Julian | 1 | -4/+0 | |
- Other minor improvements. | |||||
2018-05-12 | - Implemented Deg(ree) reciprocal & conversions Deg<->Frac. | Eduardo Julian | 1 | -1/+1 | |
- Added an easy way to define aliases. | |||||
2017-12-10 | - Some minor refactoring. | Eduardo Julian | 1 | -0/+1 | |
- Eliminated the dependency of STM upon FRP. | |||||
2017-12-05 | - Forgot to remove "~@" syntax from lux-mode. | Eduardo Julian | 1 | -1/+1 | |
2017-12-02 | - Added context-sensitive macro-expansion by means of "lux in-module", and ↵ | Eduardo Julian | 1 | -1/+1 | |
removed all the (now unnecessary) #hidden tags. - Fixed a bug when loading the imports from the cache. - Added special notation for context-sensitive macro-expansion. | |||||
2017-12-01 | - Changed some of the syntax for macro templating. | Eduardo Julian | 1 | -1/+1 | |
- "gensym" now produces Ident instead of Code. | |||||
2017-11-29 | - Re-named lux/type/opaque to lux/type/abstract. | Eduardo Julian | 1 | -1/+1 | |
2017-11-29 | - Changed the identifier separator, from the semi-colon (;) to the ↵ | Eduardo Julian | 1 | -5/+5 | |
period/dot (.). | |||||
2017-11-27 | - Got rid of even more dots. | Eduardo Julian | 1 | -1/+1 | |
2017-11-27 | - Changed the prefixes of numeric functions. | Eduardo Julian | 1 | -2/+2 | |
2017-10-30 | - Added "^code" pattern-matching macro for easier handling of code. | Eduardo Julian | 1 | -1/+1 | |
2017-10-20 | - Re-named "Host" to "Primitive". | Eduardo Julian | 1 | -8/+8 | |
2017-10-19 | - Implemented an more comfortable alternative to "with-expansions". | Eduardo Julian | 1 | -2/+2 | |
2017-10-17 | - Added "for" macro to specify platform-dependent code. | Eduardo Julian | 1 | -1/+2 | |
- Some refactoring/re-naming. | |||||
2017-09-19 | - Some refactoring. | Eduardo Julian | 1 | -4/+2 | |
- Moved "assume" and "default" to lux/data/maybe. | |||||
2017-09-08 | - Re-named "jvm-import" to "import". | Eduardo Julian | 1 | -2/+2 | |
2017-09-05 | - Added alternative syntax for Frac numbers, based on traditional ↵ | Eduardo Julian | 1 | -1/+4 | |
ratio/fraction syntax. | |||||
2017-08-21 | - Renamed "model" to "opaque". | Eduardo Julian | 1 | -1/+1 | |
2017-08-03 | - Added "on:" syntax for spaces. | Eduardo Julian | 1 | -2/+2 | |
2017-07-25 | - Added "model:", "unit:" and "scale:" to syntax highlighting. | Eduardo Julian | 1 | -0/+2 | |
2017-07-22 | - Removed Char support in lux-mode. | Eduardo Julian | 1 | -4/+1 | |
- Removed keyword support for algebraic effects. | |||||
2017-07-02 | - Lux no longer has a Char primitive data-type. | Eduardo Julian | 1 | -1/+2 | |
2017-06-26 | - Changed the syntax-highlighting rules. | Eduardo Julian | 1 | -2/+8 | |
2017-06-21 | - Forgot to commit the change in lux-mode when renaming "test:" to "context:". | Eduardo Julian | 1 | -1/+1 | |
2017-05-24 | - Renamed ^=> to ^multi. | Eduardo Julian | 1 | -1/+1 | |
2017-05-07 | - Changed the name of "let%" to "with-expansions". | Eduardo Julian | 1 | -3/+2 | |
2017-04-30 | - Added <|. to syntax highlights. | Eduardo Julian | 1 | -2/+2 | |
- Fixed an indentation bug for "with-" macros. | |||||
2017-04-10 | - Renamed "lambda" to "function". | Eduardo Julian | 1 | -3/+3 | |
2017-04-03 | - Removed assume and with-gensyms from the list of special syntax. | Eduardo Julian | 1 | -3/+2 | |
2017-04-01 | - Added a macro for pattern-matching using regular-expressions. | Eduardo Julian | 1 | -1/+1 | |
2017-03-28 | - Implemented finger-trees. | Eduardo Julian | 1 | -1/+1 | |
- Implemented random-access sequences and priority-queues on top of finger-trees. | |||||
2017-02-17 | - Added "assume" into list of recognized macros. | Eduardo Julian | 1 | -1/+1 | |
2017-01-26 | - Changed the license from MPL 2.0 to MIT. | Eduardo Julian | 1 | -1/+1 | |
2017-01-25 | - Renamed lux/data/struct/tree to lux/data/struct/tree/rose. | Eduardo Julian | 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). | |||||
2017-01-07 | - Updated the copyright perior in the license. | Eduardo Julian | 1 | -1/+1 | |
2016-12-25 | - Now, only using underscores (_) as number digit separators, without using ↵ | Eduardo Julian | 1 | -3/+3 | |
commas (,). | |||||
2016-12-18 | - Bug fixes and refactorings for algebraic effects. | Eduardo Julian | 1 | -1/+1 | |
2016-12-01 | - Collected the Lux compiler's repo, the Standard Library's, the Leiningen ↵ | Eduardo Julian | 1 | -0/+398 | |
plugin's and the Emacs mode's into a big monorepo, to keep development unified. |