aboutsummaryrefslogtreecommitdiff
path: root/lux-mode (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* - New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian2018-07-141-58/+69
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-131-1/+1
* - Re-named "type-of" to ":of".Eduardo Julian2018-07-111-1/+1
* - Re-named "struct:" to "structure:".Eduardo Julian2018-07-101-2/+2
* - Re-named "sig:" to "signature:".Eduardo Julian2018-07-101-1/+1
* - Fixes: Part 1.Eduardo Julian2018-07-091-1/+1
* - Fixes: Part 0.Eduardo Julian2018-07-091-1/+1
* - Implemented ":share" macro for easier type-sharing when casting.Eduardo Julian2018-07-071-1/+1
* - Removed "alias:" due to the potential for introducing confusion due to havi...Eduardo Julian2018-07-041-1/+1
* - Re-named "degree" to "revolution".Eduardo Julian2018-07-041-1/+1
* - Implemented ":cast" macro, and used it to implement both ":abstraction" and...Eduardo Julian2018-07-041-2/+2
* - Improved syntax for numeric literals by allowing arbitrary zeroes (0) at th...Eduardo Julian2018-07-031-7/+5
* - Re-named "stream" to "sequence".Eduardo Julian2018-07-031-2/+2
* - Re-named "sequence" to "row".Eduardo Julian2018-07-031-1/+1
* - Re-named "import" to "import:".Eduardo Julian2018-07-031-1/+1
* - Re-named "@abstraction" to ":abstraction" and "@representation" to ":repres...Eduardo Julian2018-07-031-1/+1
* - Re-named ":!" to ":coerce".Eduardo Julian2018-07-031-1/+1
* - Re-named ":!!" to ":assume".Eduardo Julian2018-07-031-2/+2
* - WIP: Migrated synthesis to stdlib.Eduardo Julian2018-05-261-1/+1
* - Minor improvements.Eduardo Julian2018-05-231-2/+2
* - Re-named ".../eq" modules to ".../equality".Eduardo Julian2018-05-131-4/+0
* - Implemented Deg(ree) reciprocal & conversions Deg<->Frac.Eduardo Julian2018-05-121-1/+1
* - Some minor refactoring.Eduardo Julian2017-12-101-0/+1
* - Forgot to remove "~@" syntax from lux-mode.Eduardo Julian2017-12-051-1/+1
* - Added context-sensitive macro-expansion by means of "lux in-module", and re...Eduardo Julian2017-12-021-1/+1
* - Changed some of the syntax for macro templating.Eduardo Julian2017-12-011-1/+1
* - Re-named lux/type/opaque to lux/type/abstract.Eduardo Julian2017-11-291-1/+1
* - Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian2017-11-291-5/+5
* - Got rid of even more dots.Eduardo Julian2017-11-271-1/+1
* - Changed the prefixes of numeric functions.Eduardo Julian2017-11-271-2/+2
* - Added "^code" pattern-matching macro for easier handling of code.Eduardo Julian2017-10-301-1/+1
* - Re-named "Host" to "Primitive".Eduardo Julian2017-10-201-8/+8
* - Implemented an more comfortable alternative to "with-expansions".Eduardo Julian2017-10-191-2/+2
* - Added "for" macro to specify platform-dependent code.Eduardo Julian2017-10-171-1/+2
* - Some refactoring.Eduardo Julian2017-09-191-4/+2
* - Re-named "jvm-import" to "import".Eduardo Julian2017-09-081-2/+2
* - Added alternative syntax for Frac numbers, based on traditional ratio/fract...Eduardo Julian2017-09-051-1/+4
* - 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
* - 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
* - 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