index
:
lux
master
fork of https://github.com/LuxLang/lux for my bookshelf
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lux-mode
/
lux-mode.el
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-08-26
"Interface" instead of "interface:", and "Rec" can be used in type definition.
Eduardo Julian
1
-1
/
+2
2021-08-24
Outsourced the syntax for labelled type definitions to macros.
Eduardo Julian
1
-1
/
+6
2021-08-18
Some bug fixes.
Eduardo Julian
1
-1
/
+1
2021-08-16
Made extension-definition macros specify their bindings the same way as syntax:.
Eduardo Julian
1
-1
/
+1
2021-08-14
Moved documentation-generation machinery to its own module.
Eduardo Julian
1
-1
/
+1
2021-08-13
Made program: specify its bindings the same way as syntax:.
Eduardo Julian
1
-1
/
+1
2021-08-11
Relocated maybe and lazy from data to control.
Eduardo Julian
1
-14
/
+17
2021-08-09
Improved single-line comment syntax (from "##" to "...").
Eduardo Julian
1
-7
/
+47
2021-08-01
Even more renamings.
Eduardo Julian
1
-1
/
+1
2021-07-31
Yet more renamings.
Eduardo Julian
1
-1
/
+1
2021-07-25
Better syntax for "library/lux.^multi".
Eduardo Julian
1
-1
/
+1
2021-07-11
Re-named ":coerce" to ":as" since it technically doesn't do coercions.
Eduardo Julian
1
-1
/
+1
2021-06-30
"signature:" -> "interface:" & "structure:" -> "implementation:"
Eduardo Julian
1
-3
/
+3
2021-06-08
Added type information when logging compiled definitions.
Eduardo Julian
1
-3
/
+3
2021-01-28
Implemented arithmetic right-shift in terms of logic right-shift.
Eduardo Julian
1
-1
/
+1
2020-12-29
Moved "lux/data/number" to "lux/math/number".
Eduardo Julian
1
-1
/
+1
2020-12-25
Replaced kebab-case with snake_case for naming convention.
Eduardo Julian
1
-5
/
+5
2020-12-02
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...
Eduardo Julian
1
-2
/
+2
2020-11-17
Made the syntax of ^template more consistent.
Eduardo Julian
1
-1
/
+79
2020-11-02
Allow defining anonymous actors.
Eduardo Julian
1
-1
/
+1
2020-04-16
Generating definition names in a new way.
Eduardo Julian
1
-0
/
+1
2020-04-15
Test for concatenative programming.
Eduardo Julian
1
-5
/
+7
2020-04-15
Some tweaks to how dictionaries and rows work.
Eduardo Julian
1
-2
/
+5
2019-10-15
Compiler extensions have been tested to work.
Eduardo Julian
1
-10
/
+14
2019-10-10
Small improvements + fixes
Eduardo Julian
1
-110
/
+110
2019-10-09
Updated lux-mode to work with the latest Emacs
Eduardo Julian
1
-107
/
+110
2019-09-15
Added the ":let" macro to enable reuse of type fragments in larger types.
Eduardo Julian
1
-1
/
+2
2019-06-18
Implemented "hole" typing.
Eduardo Julian
1
-1
/
+1
2019-03-30
Re-named "do-template" to "template".
Eduardo Julian
1
-2
/
+2
2019-03-13
Replaced the digit separator in numbers from "_" to ",".
Eduardo Julian
1
-1
/
+1
2019-03-12
Re-named ":extract" to ":by-example".
Eduardo Julian
1
-1
/
+1
2019-03-02
Added the capacity to extract type-information from values to create new type...
Eduardo Julian
1
-1
/
+1
2019-02-03
Added branding to capabilities to better differentiate between capabilities t...
Eduardo Julian
1
-1
/
+3
2019-01-30
Tests are now first class.
Eduardo Julian
1
-1
/
+1
2019-01-24
Added dynamic typing.
Eduardo Julian
1
-1
/
+3
2019-01-22
- WIP: Expansion of CSS machinery.
Eduardo Julian
1
-1
/
+1
2019-01-08
Small adjustments.
Eduardo Julian
1
-2
/
+5
2019-01-02
Added macros for remembering things to the programmer based on deadlines.
Eduardo Julian
1
-1
/
+3
2018-12-09
- Some refactoring.
Eduardo Julian
1
-1
/
+1
2018-12-09
Basic implementation for sessions.
Eduardo Julian
1
-1
/
+1
2018-08-26
Updated lux-mode.
Eduardo Julian
1
-2
/
+2
2018-08-23
No more escaping of back-slash.
Eduardo Julian
1
-2
/
+1
2018-08-20
- More minor optimizations.
Eduardo Julian
1
-3
/
+0
2018-08-20
Fixed type in lux-mode.
Eduardo Julian
1
-1
/
+1
2018-07-28
Adjusted lux-mode to the latest syntactic changes.
Eduardo Julian
1
-10
/
+17
2018-07-21
Re-named "name-for" to "name-of".
Eduardo Julian
1
-1
/
+1
2018-07-21
Re-named "Symbol" to "Identifier".
Eduardo Julian
1
-7
/
+6
2018-07-21
Improved syntax-highlighting for Lux.
Eduardo Julian
1
-37
/
+75
2018-07-21
Re-named "Ident" to "Name".
Eduardo Julian
1
-1
/
+1
2018-07-18
Improvements to lux-mode.
Eduardo Julian
1
-66
/
+65
[next]