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
/
stdlib
/
source
/
lux
/
macro
/
code.lux
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Calculate SHA-1 and MD5 hashes.
Eduardo Julian
2020-08-18
1
-0
/
+1
*
Add local repo installation to Aedifex.
Eduardo Julian
2020-08-17
1
-1
/
+3
*
Fixes and improvements to JavaScript compilation.
Eduardo Julian
2020-07-10
1
-11
/
+16
*
- Made the "open:" and "^open" macros not generate record-patterns, and thus ...
Eduardo Julian
2019-04-17
1
-10
/
+10
*
Created the "lux/abstract" branch and moved some modules into it.
Eduardo Julian
2019-04-06
1
-1
/
+1
*
Re-named "do-template" to "template".
Eduardo Julian
2019-03-30
1
-2
/
+2
*
Changed the convention for the structure opening separator from "/" to ";", t...
Eduardo Julian
2019-03-15
1
-10
/
+10
*
Added the special # syntax for referring to the module's alias when opening s...
Eduardo Julian
2019-02-11
1
-2
/
+2
*
Changed the naming style for structures.
Eduardo Julian
2019-02-04
1
-29
/
+28
*
Small fixes.
Eduardo Julian
2018-08-08
1
-1
/
+7
*
Removed temporary "|" prefix on Nat.
Eduardo Julian
2018-07-28
1
-1
/
+1
*
Temporary commit to get rid of "+" signs for Nat.
Eduardo Julian
2018-07-28
1
-1
/
+1
*
Re-named "Symbol" to "Identifier".
Eduardo Julian
2018-07-21
1
-29
/
+29
*
Re-named "Ident" to "Name".
Eduardo Julian
2018-07-21
1
-8
/
+8
*
"^open" and "open:" now use aliases instead of prefixes, the same way as modu...
Eduardo Julian
2018-07-20
1
-2
/
+2
*
No longer giving default aliases to un-prefixed imports.
Eduardo Julian
2018-07-20
1
-4
/
+4
*
- New syntax for bit values: "#0" and "#1", instead of "false" and "true".
Eduardo Julian
2018-07-14
1
-1
/
+1
*
Re-named "Bool" type to "Bit".
Eduardo Julian
2018-07-13
1
-19
/
+20
*
- Improvements to import syntax [part 2].
Eduardo Julian
2018-07-11
1
-8
/
+9
*
- Improvements to import syntax [part 1].
Eduardo Julian
2018-07-11
1
-17
/
+17
*
- Improvements to import syntax [part 0].
Eduardo Julian
2018-07-10
1
-3
/
+3
*
- Re-named path "lux/data/coll/*" to "lux/data/collection/*".
Eduardo Julian
2018-07-10
1
-1
/
+1
*
- Re-named "struct:" to "structure:".
Eduardo Julian
2018-07-10
1
-1
/
+1
*
- Re-named "equality" to "equivalence".
Eduardo Julian
2018-07-05
1
-14
/
+14
*
- Re-named "degree" to "revolution".
Eduardo Julian
2018-07-04
1
-4
/
+4
*
- Implemented ":cast" macro, and used it to implement both ":abstraction" and...
Eduardo Julian
2018-07-04
1
-4
/
+4
*
- Re-named ".../eq" modules to ".../equality".
Eduardo Julian
2018-05-13
1
-1
/
+1
*
- Added new #I64 type as foundation for types based on 64-bit integers.
Eduardo Julian
2018-05-13
1
-1
/
+1
*
- Improved the syntax for the "lux.function" macro.
Eduardo Julian
2018-04-05
1
-4
/
+4
*
- Changed the identifier separator, from the semi-colon (;) to the period/dot...
Eduardo Julian
2017-11-29
1
-55
/
+55
*
- Re-named "lux/meta" to to "lux/macro".
Eduardo Julian
2017-11-15
1
-0
/
+143
*
- Re-named "Lux" type to "Meta".
Eduardo Julian
2017-10-16
1
-143
/
+0
*
- Changed the terminology of monoids ("append" -> "compose", "unit" -> "ident...
Eduardo Julian
2017-09-19
1
-3
/
+3
*
- Re-named "real" numbers to "frac"(tions).
Eduardo Julian
2017-09-04
1
-4
/
+4
*
- Can now generate Eq instances for #rec-style recursive types.
Eduardo Julian
2017-07-15
1
-1
/
+1
*
- Lux no longer has a Char primitive data-type.
Eduardo Julian
2017-07-02
1
-5
/
+0
*
- Text no longer has a codec (because the decoding didn't handle unicode esca...
Eduardo Julian
2017-07-01
1
-1
/
+3
*
- Renamed "AST" to "Code".
Eduardo Julian
2017-05-07
1
-0
/
+146