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
/
test
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed some bugs related to JVM types.
Eduardo Julian
2019-09-17
1
-1
/
+1
*
Implemented function memoization.
Eduardo Julian
2019-09-15
2
-1
/
+67
*
Implemented mixin-style function composition.
Eduardo Julian
2019-09-15
1
-4
/
+6
*
Got the tests running again.
Eduardo Julian
2019-09-15
7
-36
/
+40
*
Re-named "lux/control/contract" to "lux/control/function/contract".
Eduardo Julian
2019-09-07
1
-1
/
+2
*
Renamed "Statement" to "Directive".
Eduardo Julian
2019-09-07
1
-1
/
+1
*
WIP: Make new-luxc instructions rely on the Descriptor type.
Eduardo Julian
2019-08-20
1
-5
/
+5
*
WIP: JVM function generation.
Eduardo Julian
2019-08-10
1
-1
/
+1
*
Ported JVM reference generation to the new JVM bytecode machinery.
Eduardo Julian
2019-07-31
2
-3
/
+4
*
No more "n/"-prefixed functions.
Eduardo Julian
2019-07-26
74
-662
/
+747
*
No more "i/"-prefixed functions.
Eduardo Julian
2019-07-25
14
-82
/
+103
*
No more "r/"-prefixed functions.
Eduardo Julian
2019-07-24
4
-94
/
+100
*
No more "f/"-prefixed functions.
Eduardo Julian
2019-07-24
8
-119
/
+134
*
Got rid of the "Number" abstraction.
Eduardo Julian
2019-07-24
11
-88
/
+33
*
Small improvements here and there.
Eduardo Julian
2019-07-24
1
-2
/
+3
*
* Re-named "Instruction" to "Bytecode".
Eduardo Julian
2019-07-08
1
-9
/
+8
*
Added I32, I16 and I8.
Eduardo Julian
2019-07-08
5
-2
/
+129
*
Got long and double constants to work.
Eduardo Julian
2019-07-06
1
-43
/
+110
*
Re-name "lux/data/error" to "lux/control/try".
Eduardo Julian
2019-07-02
31
-194
/
+192
*
Separated reading and writing binary data (lumping them together was a bad id...
Eduardo Julian
2019-06-21
1
-1
/
+1
*
Extracted binary parsing code into its own module.
Eduardo Julian
2019-06-21
1
-1
/
+3
*
Moved "lux/world/binary" to "lux/data/binary".
Eduardo Julian
2019-06-20
5
-10
/
+9
*
Re-structured encoding-related modules a bit.
Eduardo Julian
2019-06-20
1
-1
/
+2
*
Improved the convention for using text formatters.
Eduardo Julian
2019-06-20
99
-255
/
+249
*
Removed the TCP & UDP code for the moment.
Eduardo Julian
2019-06-20
3
-144
/
+0
*
Expanded serialization capabilities for JVM bytecode.
Eduardo Julian
2019-06-20
1
-3
/
+3
*
Various fixes.
Eduardo Julian
2019-06-19
1
-24
/
+54
*
More JS machinery.
Eduardo Julian
2019-06-18
1
-3
/
+3
*
Array machinery for the JavaScript compiler.
Eduardo Julian
2019-06-15
1
-2
/
+4
*
Some fixes for the scripting languages.
Eduardo Julian
2019-06-14
1
-1
/
+2
*
WIP: Class definition.
Eduardo Julian
2019-06-06
3
-28
/
+32
*
Removed the (magical) "alias" annotations tag.
Eduardo Julian
2019-06-01
1
-2
/
+2
*
More massaging of the stdlib for the sake of the new compiler.
Eduardo Julian
2019-05-29
2
-0
/
+134
*
Applied several tweaks to make the code easier to process by the new compiler.
Eduardo Julian
2019-05-28
7
-11
/
+15
*
Removed the (magical) "export?" annotations tag.
Eduardo Julian
2019-05-24
1
-6
/
+2
*
Fixes & tweaks in tests (and relevant code) due to latest changes in the stdlib.
Eduardo Julian
2019-05-21
6
-197
/
+200
*
Can now set the name of the "this" object, instead of being forced to use "_j...
Eduardo Julian
2019-05-05
1
-4
/
+4
*
- Replaced "Dirty" values with "Safe" values.
Eduardo Julian
2019-05-04
3
-74
/
+18
*
The Common Lisp compiler is alive.
Eduardo Julian
2019-05-01
1
-0
/
+3
*
Turned all "lux int ???" extensions to "lux i64 ???".
Eduardo Julian
2019-04-28
1
-6
/
+6
*
Turned all "lux frac ???" extensions to "lux f64 ???".
Eduardo Julian
2019-04-28
1
-13
/
+13
*
Moved the modules under "lux/host/" to now be under "lux/target/".
Eduardo Julian
2019-04-27
2
-4
/
+5
*
WIP: PHP compiler.
Eduardo Julian
2019-04-24
1
-0
/
+3
*
Moved the code/syntax parser under "lux/control/parser/".
Eduardo Julian
2019-04-19
3
-37
/
+42
*
Moved the XML parser under "lux/control/parser/".
Eduardo Julian
2019-04-19
1
-11
/
+12
*
Moved the JSON parser under "lux/control/parser/".
Eduardo Julian
2019-04-19
1
-2
/
+4
*
Re-named "lux/data/collection/tree/rose" to "lux/data/collection/tree".
Eduardo Julian
2019-04-19
3
-14
/
+12
*
Moved the (rose) tree parser under "lux/control/parser/".
Eduardo Julian
2019-04-19
2
-102
/
+94
*
Moved the CLI parser under "lux/control/parser/".
Eduardo Julian
2019-04-19
3
-14
/
+17
*
Renamed both "Poly" and "Lexer" to "Parser" in order to normalize naming a bit.
Eduardo Julian
2019-04-19
2
-6
/
+8
[next]