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