aboutsummaryrefslogtreecommitdiff
path: root/lux-mode (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* - WIP: Expansion of CSS machinery.Eduardo Julian2019-01-221-1/+1
| | | - Expansion of l10n/i18n machinery.
* Small adjustments.Eduardo Julian2019-01-081-2/+5
|
* Added macros for remembering things to the programmer based on deadlines.Eduardo Julian2019-01-021-1/+3
|
* - Some refactoring.Eduardo Julian2018-12-091-1/+1
| | | - Eliminated "choice:" macro.
* Basic implementation for sessions.Eduardo Julian2018-12-091-1/+1
|
* Updated lux-mode.Eduardo Julian2018-08-261-2/+2
|
* No more escaping of back-slash.Eduardo Julian2018-08-231-2/+1
|
* - More minor optimizations.Eduardo Julian2018-08-201-3/+0
| | | - Removed ratio syntax for Frac.
* Fixed type in lux-mode.Eduardo Julian2018-08-201-1/+1
|
* Adjusted lux-mode to the latest syntactic changes.Eduardo Julian2018-07-281-10/+17
|
* Re-named "name-for" to "name-of".Eduardo Julian2018-07-211-1/+1
|
* Re-named "Symbol" to "Identifier".Eduardo Julian2018-07-211-7/+6
|
* Improved syntax-highlighting for Lux.Eduardo Julian2018-07-211-37/+75
|
* Re-named "Ident" to "Name".Eduardo Julian2018-07-211-1/+1
|
* Improvements to lux-mode.Eduardo Julian2018-07-181-66/+65
|
* - New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian2018-07-141-58/+69
| | | - Small improvements to lux-mode.
* 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 ↵Eduardo Julian2018-07-041-1/+1
| | | | having multiple names for the same definitions.
* - Re-named "degree" to "revolution".Eduardo Julian2018-07-041-1/+1
|
* - Implemented ":cast" macro, and used it to implement both ":abstraction" ↵Eduardo Julian2018-07-041-2/+2
| | | | | and ":representation". - Fix: You shouldn't be able to resolve tags if you haven't imported a module (even if they are exported).
* - Improved syntax for numeric literals by allowing arbitrary zeroes (0) at ↵Eduardo Julian2018-07-031-7/+5
| | | | the front of numbers.
* - Re-named "stream" to "sequence".Eduardo Julian2018-07-031-2/+2
| | | - Updated copyright dates for lux-mode.
* - 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 ↵Eduardo Julian2018-07-031-1/+1
| | | | ":representation".
* - 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
| | | - Other minor improvements.
* - Implemented Deg(ree) reciprocal & conversions Deg<->Frac.Eduardo Julian2018-05-121-1/+1
| | | - Added an easy way to define aliases.
* - Some minor refactoring.Eduardo Julian2017-12-101-0/+1
| | | - Eliminated the dependency of STM upon FRP.
* - 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 ↵Eduardo Julian2017-12-021-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.
* - Changed some of the syntax for macro templating.Eduardo Julian2017-12-011-1/+1
| | | - "gensym" now produces Ident instead of Code.
* - 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 ↵Eduardo Julian2017-11-291-5/+5
| | | | period/dot (.).
* - 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/re-naming.
* - Some refactoring.Eduardo Julian2017-09-191-4/+2
| | | - Moved "assume" and "default" to lux/data/maybe.