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
/
new-luxc
/
source
/
luxc
/
lang
/
translation
/
jvm
/
statement.jvm.lux
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-08-02
Moved statement-state initialization o "lux/compiler/default/init".
Eduardo Julian
1
-0
/
+18
2018-08-02
Moved statement phase into stdlib.
Eduardo Julian
1
-72
/
+1
2018-07-29
Adapted new-luxc to some of the latest changes to Lux.
Eduardo Julian
1
-2
/
+1
2018-07-22
- Some fixes due to recent changes in stdlib.
Eduardo Julian
1
-7
/
+7
2018-07-21
Re-named "Symbol" to "Identifier".
Eduardo Julian
1
-1
/
+1
2018-07-14
Switched to using new bit syntax in new-luxc.
Eduardo Julian
1
-1
/
+1
2018-07-03
- Re-named "import" to "import:".
Eduardo Julian
1
-2
/
+2
2018-07-03
- Re-named ":!" to ":coerce".
Eduardo Julian
1
-1
/
+1
2018-05-20
- Re-named "Top" to "Any", and "Bottom" to "Nothing".
Eduardo Julian
1
-3
/
+3
2018-05-06
- Updated new-luxc to the latest stdlib changes.
Eduardo Julian
1
-2
/
+2
2018-04-06
- Adapted new-luxc's code to latest stdlib changes.
Eduardo Julian
1
-4
/
+9
2018-01-21
- WIP: Host procedures for JS.
Eduardo Julian
1
-2
/
+2
2018-01-08
- Moved all translation code under the JVM path (in preparation for porting t...
Eduardo Julian
1
-4
/
+4
2018-01-05
- Added "lux program" compilation.
Eduardo Julian
1
-4
/
+73
2017-11-29
- Adapted main codebase to the latest syntatic changes.
Eduardo Julian
1
-45
/
+42
2017-11-20
- Added parallel compilation.
Eduardo Julian
1
-41
/
+50
2017-11-15
- Re-named "lux/meta" to to "lux/macro".
Eduardo Julian
1
-6
/
+6
2017-11-15
- Heavy refactoring.
Eduardo Julian
1
-8
/
+8
2017-11-14
- Added hashing to avoid collisions in case-insensitive file-systems.
Eduardo Julian
1
-7
/
+7
2017-11-14
- Yet more refactoring.
Eduardo Julian
1
-1
/
+1
2017-11-13
- Refactoring.
Eduardo Julian
1
-5
/
+7
2017-11-01
- Minor refactorings.
Eduardo Julian
1
-2
/
+2
2017-11-01
- Re-organized code-generation, and re-named it "translation".
Eduardo Julian
1
-8
/
+8
2017-10-31
- Moved the "host" directory from under "generator" to under "luxc".
Eduardo Julian
1
-5
/
+5
2017-10-31
- Re-named "expr" module to "expression".
Eduardo Julian
1
-3
/
+1
2017-10-26
- WIP: Wiring everything to get the compiler to work fully.
Eduardo Julian
1
-19
/
+78
2017-10-18
- Updated to the latest changes in stdlib.
Eduardo Julian
1
-5
/
+5
2017-09-08
- Re-named luxc/env to luxc/scope.
Eduardo Julian
1
-2
/
+2
2017-06-12
- Renamed the "compilation" phase as the "generation" phase.
Eduardo Julian
1
-0
/
+0
2017-05-17
- Renamed "Error" to "Result".
Eduardo Julian
1
-2
/
+1
2017-05-07
- Renamed "AST" to "Code".
Eduardo Julian
1
-2
/
+2
2017-05-03
- WIP: Implemented more functionality.
Eduardo Julian
1
-3
/
+3
2017-05-01
- WIP: Some initial implementations for some re-written infrastructure.
Eduardo Julian
1
-0
/
+26