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.lux
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-08-21
- Added single-line comment parsing.
Eduardo Julian
1
-1
/
+1
2018-08-20
Some refactoring.
Eduardo Julian
1
-2
/
+2
2018-08-20
- Fixed ordering issue with Lux arithmetic extensions.
Eduardo Julian
1
-12
/
+10
2018-08-16
Various fixes.
Eduardo Julian
1
-20
/
+20
2018-08-15
Fixes for pattern-matching/case synthesis & translation.
Eduardo Julian
1
-5
/
+5
2018-08-11
Moved interpreter (REPL) code to stdlib.
Eduardo Julian
1
-3
/
+3
2018-08-08
- Re-defined the relationship between analysis and evaluation.
Eduardo Julian
1
-5
/
+5
2018-08-05
Some small improvements and fixes.
Eduardo Julian
1
-2
/
+4
2018-08-03
Moved "Array" type back into "lux/data/collection/array".
Eduardo Julian
1
-4
/
+0
2018-08-02
Moved statement phase into stdlib.
Eduardo Julian
1
-2
/
+14
2018-07-28
Covered some missing bits.
Eduardo Julian
1
-1
/
+1
2018-07-28
Removed temporary "|" prefix on Nat.
Eduardo Julian
1
-327
/
+327
2018-07-28
Added "+" sign to positive Int.
Eduardo Julian
1
-45
/
+45
2018-07-28
Temporary commit to get rid of "+" signs for Nat.
Eduardo Julian
1
-296
/
+296
2018-07-21
Re-named "name-for" to "name-of".
Eduardo Julian
1
-5
/
+5
2018-07-21
Re-named "Symbol" to "Identifier".
Eduardo Julian
1
-167
/
+167
2018-07-21
Re-named "Ident" to "Name".
Eduardo Julian
1
-118
/
+112
2018-07-20
"^open" and "open:" now use aliases instead of prefixes, the same way as modu...
Eduardo Julian
1
-64
/
+49
2018-07-20
No longer giving default aliases to un-prefixed imports.
Eduardo Julian
1
-22
/
+14
2018-07-14
- New syntax for bit values: "#0" and "#1", instead of "false" and "true".
Eduardo Julian
1
-127
/
+135
2018-07-13
Re-named "Bool" type to "Bit".
Eduardo Julian
1
-94
/
+94
2018-07-13
- Fixes for compiler build [part 0].
Eduardo Julian
1
-36
/
+23
2018-07-11
- Got rid of "lux text replace-once" and "lux text replace-all" extensions.
Eduardo Julian
1
-1
/
+25
2018-07-11
- Re-named "type-of" to ":of".
Eduardo Julian
1
-3
/
+3
2018-07-11
- Improvements to import syntax [part 2].
Eduardo Julian
1
-138
/
+60
2018-07-11
- Improvements to import syntax [part 1].
Eduardo Julian
1
-35
/
+30
2018-07-10
- Improvements to import syntax [part 0].
Eduardo Julian
1
-28
/
+8
2018-07-10
- Re-named path "lux/data/coll/*" to "lux/data/collection/*".
Eduardo Julian
1
-2
/
+2
2018-07-10
- Ported caching machinery for default compiler.
Eduardo Julian
1
-2
/
+2
2018-07-10
- Re-named "struct" to "structure".
Eduardo Julian
1
-2
/
+2
2018-07-10
- Re-named "struct:" to "structure:".
Eduardo Julian
1
-4
/
+4
2018-07-10
- Re-named "sig:" to "signature:".
Eduardo Julian
1
-4
/
+4
2018-07-09
- Fixes: Part 1.
Eduardo Julian
1
-1
/
+1
2018-07-07
- Improved syntax for functions.
Eduardo Julian
1
-56
/
+52
2018-07-07
- Improved syntax for pattern-matching.
Eduardo Julian
1
-422
/
+408
2018-07-05
- Re-named "equality" to "equivalence".
Eduardo Julian
1
-11
/
+11
2018-07-04
- Removed "alias:" due to the potential for introducing confusion due to havi...
Eduardo Julian
1
-12
/
+0
2018-07-04
- Re-named "degree" to "revolution".
Eduardo Julian
1
-71
/
+71
2018-07-04
- Re-named Bound to Paremeter.
Eduardo Julian
1
-50
/
+50
2018-07-04
- Implemented ":cast" macro, and used it to implement both ":abstraction" and...
Eduardo Julian
1
-0
/
+9
2018-07-03
- Re-named ":!" to ":coerce".
Eduardo Julian
1
-5
/
+5
2018-07-03
- Re-named ":!!" to ":assume".
Eduardo Julian
1
-3
/
+3
2018-05-26
- WIP: Migrated synthesis to stdlib.
Eduardo Julian
1
-25
/
+44
2018-05-23
- Minor improvements.
Eduardo Julian
1
-27
/
+9
2018-05-23
- Minor improvements.
Eduardo Julian
1
-2
/
+13
2018-05-20
- Re-named "Top" to "Any", and "Bottom" to "Nothing".
Eduardo Julian
1
-46
/
+46
2018-05-13
- Added new #I64 type as foundation for types based on 64-bit integers.
Eduardo Julian
1
-183
/
+145
2018-05-12
- Implemented Deg(ree) reciprocal & conversions Deg<->Frac.
Eduardo Julian
1
-18
/
+70
2018-05-10
- Re-named "Compiler" type to "Lux".
Eduardo Julian
1
-12
/
+12
2018-05-07
- Implemented Deg functionality in pure Lux.
Eduardo Julian
1
-28
/
+132
[prev]
[next]