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
/
documentation
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Added "private" macro to lux/debug.
Eduardo Julian
2020-11-28
11
-1
/
+54
|
*
Allow name formatting for JVM imports, similar to Lux module imports.
Eduardo Julian
2020-11-26
2
-0
/
+8
|
*
Better error messages when re-using a name when making a definition.
Eduardo Julian
2020-11-24
2
-2
/
+7
|
*
Made the syntax of ^template more consistent.
Eduardo Julian
2020-11-17
5
-0
/
+18
|
*
Improved error reporting for syntax macros.
Eduardo Julian
2020-11-05
1
-0
/
+4
|
*
Re-named the directory for my bookmarks to better reflect what they are.
Eduardo Julian
2020-10-31
64
-0
/
+0
|
*
Easy to use Rev constants.
Eduardo Julian
2020-10-31
2
-0
/
+2
|
*
Re-named "search" to "one" and "search-all" to "all".
Eduardo Julian
2020-10-24
1
-0
/
+1
|
*
Gave the Location type its own module.
Eduardo Julian
2020-10-14
2
-0
/
+5
|
*
Type-checking macros via the Macro' type from the standard library.
Eduardo Julian
2020-10-12
1
-0
/
+1
|
*
Tweaked how I64 masks are made.
Eduardo Julian
2020-10-12
2
-0
/
+5
|
*
Mandatory long names for JVM imports, instead of having "long" be optional ↵
Eduardo Julian
2020-10-09
1
-0
/
+1
|
|
|
|
and short be default.
*
Also using BIPUSH and SIPUSH during JVM generation.
Eduardo Julian
2020-10-09
2
-0
/
+3
|
*
Added deployment code to Aedifex.
Eduardo Julian
2020-10-03
5
-0
/
+15
|
*
Optimizing-away unnecessary variable declarations/bindings.
Eduardo Julian
2020-06-12
1
-0
/
+1
|
*
Updated test for function optimization.
Eduardo Julian
2020-06-11
1
-0
/
+4
|
*
Basic pattern-matching optimizations.
Eduardo Julian
2020-06-09
4
-0
/
+11
|
*
Now applying the loop optimization to all functions.
Eduardo Julian
2020-06-03
1
-0
/
+1
|
*
Implemented an optimization for getting fields/slots from records in the new ↵
Eduardo Julian
2020-06-01
2
-0
/
+21
|
|
|
|
compiler.
*
Split new-luxc into lux-jvm and lux-r.
Eduardo Julian
2020-05-30
1
-0
/
+1
|
*
Can now parse TAR files.
Eduardo Julian
2020-05-28
7
-0
/
+15
|
*
Can now write TAR files.
Eduardo Julian
2020-05-19
4
-0
/
+11
|
*
Local binding names for (co|indexed-)?monads are now explicitly set.
Eduardo Julian
2020-05-17
1
-0
/
+1
|
*
Compiler versions are now natural numbers, and are included as part of the ↵
Eduardo Julian
2020-05-12
1
-0
/
+1
|
|
|
|
names/paths of artifacts.
*
Now storing and loading extensions in the cache.
Eduardo Julian
2020-05-11
1
-0
/
+1
|
*
Now properly loading the cached definitions.
Eduardo Julian
2020-05-10
11
-1
/
+34
|
*
Including runtime machinery in the cache.
Eduardo Julian
2020-05-09
8
-0
/
+21
|
*
Fixed bugs while parsing modules' cached data.
Eduardo Julian
2020-05-05
1
-0
/
+1
|
*
Beginning to cache artifacts.
Eduardo Julian
2020-03-05
2
-0
/
+4
|
*
Test for enums + adjustments to Python-generation code.
Eduardo Julian
2020-03-04
2
-0
/
+8
|
*
Test for codec composition + adjustments to JS-generation code.
Eduardo Julian
2020-03-04
3
-0
/
+5
|
*
Bug fixes.
Eduardo Julian
2019-12-26
11
-0
/
+20
|
*
Optimized LuxRuntime::case and fixed a few bugs.
Eduardo Julian
2019-12-25
11
-1
/
+42
|
*
Ported program generation, host environment and packaging machinery to stdlib.
Eduardo Julian
2019-12-24
8
-0
/
+17
|
*
Ported JVM host extension generation to the new JVM bytecode machinery.
Eduardo Julian
2019-11-21
19
-0
/
+106
|
*
Minor adjustments.
Eduardo Julian
2019-11-18
13
-0
/
+36
|
*
WIP: Major refactoring of JVM bytecode machinery.
Eduardo Julian
2019-11-07
13
-19
/
+64
|
*
Almost completely ported JVM runtime generation to the new JVM bytecode ↵
Eduardo Julian
2019-10-27
4
-0
/
+40
|
|
|
|
machinery.
*
Updated lux-lein to work with latest JVM and Leiningen
Eduardo Julian
2019-10-09
1
-0
/
+4
|
*
rename documentation file
fachammer
2019-09-18
1
-0
/
+0
|
|
|
|
|
'|' (pipe) is an illegal filename character on windows. having the pipe would prevent checking out the repository on windows
*
Fixed some bugs related to JVM types.
Eduardo Julian
2019-09-17
7
-3
/
+20
|
*
Added a small Markdown document explaining the syntax rules.
Eduardo Julian
2019-09-15
1
-0
/
+179
|
*
More fixes.
Eduardo Julian
2019-09-14
1
-0
/
+1
|
*
Re-named "lux/control/contract" to "lux/control/function/contract".
Eduardo Julian
2019-09-07
1
-125
/
+228
|
*
Got rid of a useless parameter to the INVOKE instructions.
Eduardo Julian
2019-09-07
5
-0
/
+7
|
*
Modified compiler's machinery to use the new abstractions for descriptors ↵
Eduardo Julian
2019-09-07
10
-0
/
+171
|
|
|
|
and signatures.
*
Parser for JVM types.
Eduardo Julian
2019-08-22
2
-0
/
+2
|
*
A unified type module to tie together the different JVM kinds of type.
Eduardo Julian
2019-08-21
2
-0
/
+2
|
*
Implemented TABLESWITCH and LOOKUPSWITCH instructions.
Eduardo Julian
2019-08-12
3
-0
/
+7
|
*
WIP: JVM function generation.
Eduardo Julian
2019-08-10
1
-0
/
+1
|
[prev]
[next]