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
/
data
/
collection
/
set.lux
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Replaced kebab-case with snake_case for naming convention.
Eduardo Julian
2020-12-25
1
-8
/
+8
|
*
Replaced "contains?" function with "key?" function.
Eduardo Julian
2020-12-02
1
-2
/
+2
|
*
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵
Eduardo Julian
2020-12-02
1
-1
/
+1
|
|
|
|
convention that only macros that deal with types may start with a colon.
*
Re-named "_.claim" to "_.cover'".
Eduardo Julian
2020-11-28
1
-4
/
+4
|
*
Re-named lux/data/format/context to lux/control/parser/environment.
Eduardo Julian
2020-11-27
1
-2
/
+4
|
*
Lightweight machinery for agent-oriented programming.
Eduardo Julian
2020-11-05
1
-0
/
+4
|
*
Some small refactoring.
Eduardo Julian
2020-10-25
1
-3
/
+2
|
*
Added the missing cache invalidation to the new compiler.
Eduardo Julian
2020-06-29
1
-2
/
+6
|
*
No more "n/"-prefixed functions.
Eduardo Julian
2019-07-26
1
-2
/
+4
|
*
Created the "lux/abstract" branch and moved some modules into it.
Eduardo Julian
2019-04-06
1
-1
/
+1
|
*
Ported tests for collection-related modules.
Eduardo Julian
2019-03-24
1
-62
/
+63
|
*
Changed the convention for the structure opening separator from "/" to ";", ↵
Eduardo Julian
2019-03-15
1
-4
/
+4
|
|
|
|
to avoid confusion since "/" is used for relative module paths.
*
Added the special # syntax for referring to the module's alias when opening ↵
Eduardo Julian
2019-02-11
1
-1
/
+1
|
|
|
|
structures.
*
Changed the naming style for structures.
Eduardo Julian
2019-02-04
1
-10
/
+10
|
*
Removed temporary "|" prefix on Nat.
Eduardo Julian
2018-07-28
1
-2
/
+2
|
*
Temporary commit to get rid of "+" signs for Nat.
Eduardo Julian
2018-07-28
1
-2
/
+2
|
*
"^open" and "open:" now use aliases instead of prefixes, the same way as ↵
Eduardo Julian
2018-07-20
1
-1
/
+1
|
|
|
|
module aliases.
*
No longer giving default aliases to un-prefixed imports.
Eduardo Julian
2018-07-20
1
-3
/
+4
|
*
WIP: Fix new-luxc's JVM back-end.
Eduardo Julian
2018-07-18
1
-1
/
+6
|
*
Re-named "Bool" type to "Bit".
Eduardo Julian
2018-07-13
1
-4
/
+4
|
*
- Improvements to import syntax [part 2].
Eduardo Julian
2018-07-11
1
-6
/
+9
|
*
- Improvements to import syntax [part 1].
Eduardo Julian
2018-07-11
1
-1
/
+1
|
*
- 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
-0
/
+81