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