aboutsummaryrefslogtreecommitdiff
path: root/lux-mode (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-08Added type information when logging compiled definitions.Eduardo Julian1-3/+3
2021-01-28Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian1-1/+1
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-1/+1
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-5/+5
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-2/+2
2020-11-17Made the syntax of ^template more consistent.Eduardo Julian1-1/+79
2020-11-02Allow defining anonymous actors.Eduardo Julian1-1/+1
2020-04-16Generating definition names in a new way.Eduardo Julian1-0/+1
2020-04-15Test for concatenative programming.Eduardo Julian1-5/+7
2020-04-15Some tweaks to how dictionaries and rows work.Eduardo Julian1-2/+5
2019-10-15Compiler extensions have been tested to work.Eduardo Julian1-10/+14
2019-10-10Small improvements + fixesEduardo Julian1-110/+110
2019-10-09Updated lux-mode to work with the latest EmacsEduardo Julian1-107/+110
2019-09-15Added the ":let" macro to enable reuse of type fragments in larger types.Eduardo Julian1-1/+2
2019-06-18Implemented "hole" typing.Eduardo Julian1-1/+1
2019-03-30Re-named "do-template" to "template".Eduardo Julian1-2/+2
2019-03-13Replaced the digit separator in numbers from "_" to ",".Eduardo Julian1-1/+1
2019-03-12Re-named ":extract" to ":by-example".Eduardo Julian1-1/+1
2019-03-02Added the capacity to extract type-information from values to create new type...Eduardo Julian1-1/+1
2019-02-03Added branding to capabilities to better differentiate between capabilities t...Eduardo Julian1-1/+3
2019-01-30Tests are now first class.Eduardo Julian1-1/+1
2019-01-24Added dynamic typing.Eduardo Julian1-1/+3
2019-01-22- WIP: Expansion of CSS machinery.Eduardo Julian1-1/+1
2019-01-08Small adjustments.Eduardo Julian1-2/+5
2019-01-02Added macros for remembering things to the programmer based on deadlines.Eduardo Julian1-1/+3
2018-12-09- Some refactoring.Eduardo Julian1-1/+1
2018-12-09Basic implementation for sessions.Eduardo Julian1-1/+1
2018-08-26Updated lux-mode.Eduardo Julian1-2/+2
2018-08-23No more escaping of back-slash.Eduardo Julian1-2/+1
2018-08-20- More minor optimizations.Eduardo Julian1-3/+0
2018-08-20Fixed type in lux-mode.Eduardo Julian1-1/+1
2018-07-28Adjusted lux-mode to the latest syntactic changes.Eduardo Julian1-10/+17
2018-07-21Re-named "name-for" to "name-of".Eduardo Julian1-1/+1
2018-07-21Re-named "Symbol" to "Identifier".Eduardo Julian1-7/+6
2018-07-21Improved syntax-highlighting for Lux.Eduardo Julian1-37/+75
2018-07-21Re-named "Ident" to "Name".Eduardo Julian1-1/+1
2018-07-18Improvements to lux-mode.Eduardo Julian1-66/+65
2018-07-14- New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian1-58/+69
2018-07-13Re-named "Bool" type to "Bit".Eduardo Julian1-1/+1
2018-07-11- Re-named "type-of" to ":of".Eduardo Julian1-1/+1
2018-07-10- Re-named "struct:" to "structure:".Eduardo Julian1-2/+2
2018-07-10- Re-named "sig:" to "signature:".Eduardo Julian1-1/+1
2018-07-09- Fixes: Part 1.Eduardo Julian1-1/+1
2018-07-09- Fixes: Part 0.Eduardo Julian1-1/+1
2018-07-07- Implemented ":share" macro for easier type-sharing when casting.Eduardo Julian1-1/+1
2018-07-04- Removed "alias:" due to the potential for introducing confusion due to havi...Eduardo Julian1-1/+1
2018-07-04- Re-named "degree" to "revolution".Eduardo Julian1-1/+1
2018-07-04- Implemented ":cast" macro, and used it to implement both ":abstraction" and...Eduardo Julian1-2/+2
2018-07-03- Improved syntax for numeric literals by allowing arbitrary zeroes (0) at th...Eduardo Julian1-7/+5
2018-07-03- Re-named "stream" to "sequence".Eduardo Julian1-2/+2