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
/
lux-jvm
/
source
/
luxc
/
lang
/
translation
/
jvm.lux
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-09-08
Normalized syntax of "exception:", "actor:" and "message:".
Eduardo Julian
1
-3
/
+6
2021-09-07
De-taggification | part 4
Eduardo Julian
1
-22
/
+22
2021-09-04
De-taggification | part 2
Eduardo Julian
1
-14
/
+14
2021-08-29
De-taggification | part 0
Eduardo Julian
1
-2
/
+2
2021-08-24
Outsourced the syntax for labelled type definitions to macros.
Eduardo Julian
1
-3
/
+3
2021-08-14
Moved documentation-generation machinery to its own module.
Eduardo Julian
1
-2
/
+2
2021-08-11
Relocated maybe and lazy from data to control.
Eduardo Julian
1
-19
/
+19
2021-08-08
No more #export magic syntax.
Eduardo Julian
1
-14
/
+14
2021-08-02
Fixed a bug in the new compiler which allowed the same module to be imported ...
Eduardo Julian
1
-14
/
+14
2021-07-27
Re-named wrap => in && unwrap => out.
Eduardo Julian
1
-1
/
+1
2021-07-18
New JVM compiler can now compile JVM interfaces.
Eduardo Julian
1
-28
/
+30
2021-07-17
Now allowing compilers to generate custom-named outputs.
Eduardo Julian
1
-11
/
+21
2021-07-14
Normalized the hierarchy of the standard library modules.
Eduardo Julian
1
-35
/
+36
2021-06-30
"signature:" -> "interface:" & "structure:" -> "implementation:"
Eduardo Julian
1
-1
/
+1
2021-06-12
Constraining the year of the snapshot time in Aedifex.
Eduardo Julian
1
-1
/
+1
2020-12-29
Moved "lux/data/number" to "lux/math/number".
Eduardo Julian
1
-46
/
+46
2020-12-03
Detect duplicate files coming from dependencies.
Eduardo Julian
1
-1
/
+2
2020-12-02
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...
Eduardo Julian
1
-8
/
+11
2020-10-12
Type-checking macros via the Macro' type from the standard library.
Eduardo Julian
1
-4
/
+4
2020-08-10
Improved naming when evaluating code on the host platform.
Eduardo Julian
1
-11
/
+11
2020-07-10
Fixes and improvements to JavaScript compilation.
Eduardo Julian
1
-2
/
+3
2020-05-30
Split new-luxc into lux-jvm and lux-r.
Eduardo Julian
1
-0
/
+0
2020-05-12
Compiler versions are now natural numbers, and are included as part of the na...
Eduardo Julian
1
-2
/
+5
2020-05-09
Including runtime machinery in the cache.
Eduardo Julian
1
-2
/
+2
2020-05-06
Loading the artifacts from the cache and re-populating the analyser's state.
Eduardo Julian
1
-20
/
+33
2020-04-19
Fixed artifact file-name generation and archive module naming in caching.
Eduardo Julian
1
-5
/
+2
2020-04-18
Generating module IDs in a similar way to artifact IDs.
Eduardo Julian
1
-11
/
+9
2020-04-16
Generating definition names in a new way.
Eduardo Julian
1
-1
/
+4
2020-03-19
Got the new compiler to build again.
Eduardo Julian
1
-13
/
+13
2019-12-29
FIX the names of function classes are now prefixed with their originating mod...
Eduardo Julian
1
-5
/
+19
2019-12-27
Falling back to using the old method of JVM generation while I properly debug...
Eduardo Julian
1
-58
/
+53
2019-12-25
Optimized LuxRuntime::case and fixed a few bugs.
Eduardo Julian
1
-1
/
+1
2019-12-24
Ported program generation, host environment and packaging machinery to stdlib.
Eduardo Julian
1
-53
/
+58
2019-09-14
More fixes.
Eduardo Julian
1
-4
/
+2
2019-09-07
Modified compiler's machinery to use the new abstractions for descriptors and...
Eduardo Julian
1
-8
/
+8
2019-08-20
Renamed "lux/target/jvm/descriptor" to "lux/target/jvm/type/descriptor".
Eduardo Julian
1
-1
/
+2
2019-08-20
WIP: Make new-luxc instructions rely on the Descriptor type.
Eduardo Julian
1
-25
/
+25
2019-08-10
Got the new compiler working again.
Eduardo Julian
1
-6
/
+4
2019-04-27
Moved JVM type machinery to stdlib.
Eduardo Julian
1
-19
/
+22
2019-04-07
Updated JVM compiler's tuple left-access mechanism to the new style.
Eduardo Julian
1
-1
/
+1
2019-04-07
Updated the JVM compiler to the latest changes.
Eduardo Julian
1
-15
/
+28
2019-03-03
Some refactoring around statements.
Eduardo Julian
1
-1
/
+0
2019-03-03
Factored-out general compiler program machinery.
Eduardo Julian
1
-1
/
+1
2019-02-24
Improved the names of monad transformers.
Eduardo Julian
1
-2
/
+2
2019-02-24
Got new-luxc to compile/build again.
Eduardo Julian
1
-25
/
+24
2018-12-26
ClassLoader machinery.
Eduardo Julian
1
-109
/
+31
2018-10-29
Extracted "phase" from under "lux/platform/compiler/default".
Eduardo Julian
1
-4
/
+3
2018-10-29
Nested the compiler and the interpreter under the lux/platform/* path.
Eduardo Julian
1
-5
/
+6
2018-08-29
Adapted new-luxc to latest stdlib changes.
Eduardo Julian
1
-15
/
+15
2018-08-11
- Fixed common translation tests for JVM.
Eduardo Julian
1
-3
/
+4
[next]