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.lux
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-08-03
Moved default compiler process to stdlib (with caching temporarily disabled).
Eduardo Julian
1
-278
/
+0
2018-07-22
- Some fixes due to recent changes in stdlib.
Eduardo Julian
1
-4
/
+4
2018-07-21
Re-named "Symbol" to "Identifier".
Eduardo Julian
1
-1
/
+1
2018-07-03
- Re-named "import" to "import:".
Eduardo Julian
1
-1
/
+1
2018-07-03
- Re-named ":!" to ":coerce".
Eduardo Julian
1
-3
/
+3
2018-05-20
- Re-named "Top" to "Any", and "Bottom" to "Nothing".
Eduardo Julian
1
-3
/
+3
2018-05-16
- Migrated reference analysis to stdlib.
Eduardo Julian
1
-2
/
+1
2018-05-10
- Adjusted new-luxc to latest changes.
Eduardo Julian
1
-2
/
+2
2018-05-10
- Re-named "Compiler" type to "Lux".
Eduardo Julian
1
-4
/
+4
2018-05-06
- Updated new-luxc to the latest stdlib changes.
Eduardo Julian
1
-3
/
+3
2018-04-06
- Adapted new-luxc's code to latest stdlib changes.
Eduardo Julian
1
-7
/
+12
2018-02-06
- Fixed some failing new-luxc tests.
Eduardo Julian
1
-40
/
+24
2018-01-28
- Got JS backend to build with the rest of the new-luxc code.
Eduardo Julian
1
-50
/
+95
2018-01-08
- Re-factored initialization functions to their own module.
Eduardo Julian
1
-33
/
+3
2018-01-08
- Moved all translation code under the JVM path (in preparation for porting t...
Eduardo Julian
1
-8
/
+7
2018-01-08
- Now using synthesis extensions during synthesis.
Eduardo Julian
1
-3
/
+5
2017-12-13
- Added CLI machinery to compiler.
Eduardo Julian
1
-7
/
+8
2017-12-05
- WIP: Caching.
Eduardo Julian
1
-21
/
+29
2017-12-05
- Added analysis, synthesis, translation and statement extensions.
Eduardo Julian
1
-91
/
+73
2017-12-03
- Improved statement-level macro-expansion.
Eduardo Julian
1
-31
/
+34
2017-12-02
- Adjusted new-luxc to new macro-templating syntax.
Eduardo Julian
1
-1
/
+1
2017-11-29
- Adapted main codebase to the latest syntatic changes.
Eduardo Julian
1
-134
/
+134
2017-11-23
- Added REPL.
Eduardo Julian
1
-3
/
+3
2017-11-22
- Fixed some bugs.
Eduardo Julian
1
-1
/
+2
2017-11-21
- Fixed some bugs.
Eduardo Julian
1
-35
/
+57
2017-11-20
- Added parallel compilation.
Eduardo Julian
1
-59
/
+101
2017-11-15
- Moved "luxc/lang/host/macro" to "luxc/lang/macro".
Eduardo Julian
1
-3
/
+3
2017-11-15
- Re-named "lux/meta" to to "lux/macro".
Eduardo Julian
1
-25
/
+25
2017-11-15
- Moved "/type" and "/type/check" from "lux/meta" to "lux/lang".
Eduardo Julian
1
-2
/
+2
2017-11-15
- Moved "luxc/lang/syntax" to "lux/lang/syntax".
Eduardo Julian
1
-6
/
+6
2017-11-15
- Moved type-cleaning to lux/meta/type/check.
Eduardo Julian
1
-38
/
+1
2017-11-15
- Heavy refactoring.
Eduardo Julian
1
-23
/
+19
2017-11-14
- Modified the syntax for module definitions.
Eduardo Julian
1
-12
/
+30
2017-11-14
- Removed "lux text last-index" procedure.
Eduardo Julian
1
-4
/
+4
2017-11-14
- Yet more refactoring.
Eduardo Julian
1
-0
/
+40
2017-11-13
- Refactoring.
Eduardo Julian
1
-1
/
+2
2017-11-13
- Type-vars no longer get deleted.
Eduardo Julian
1
-17
/
+18
2017-11-06
- Fixed some bugs.
Eduardo Julian
1
-18
/
+19
2017-11-01
- Minor refactorings.
Eduardo Julian
1
-22
/
+38
2017-11-01
- Re-organized code-generation, and re-named it "translation".
Eduardo Julian
1
-15
/
+15
2017-11-01
- Re-organized synthesis.
Eduardo Julian
1
-5
/
+5
2017-10-31
- Re-named "parser" to "syntax".
Eduardo Julian
1
-2
/
+2
2017-10-31
- Re-organized analysis.
Eduardo Julian
1
-5
/
+5
2017-10-31
- Re-named "expr" module to "expression".
Eduardo Julian
1
-4
/
+4
2017-10-29
- Fixed some bugs.
Eduardo Julian
1
-27
/
+19
2017-10-26
- Added a new piece of compiler state, just for storing the current-module.
Eduardo Julian
1
-0
/
+1
2017-10-26
- WIP: Wiring everything to get the compiler to work fully.
Eduardo Julian
1
-77
/
+104
2017-10-18
- Updated to the latest changes in stdlib.
Eduardo Julian
1
-36
/
+36
2017-09-08
- Re-named "jvm-import" to "import".
Eduardo Julian
1
-2
/
+2
2017-06-27
- Adapted compiler to the latest stdlib changes.
Eduardo Julian
1
-4
/
+5
[next]