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-bootstrapper
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2021-08-29
Better parameterized type documentation.
Eduardo Julian
1
-17
/
+16
2021-08-29
Made labels (tags & slots) into a form of global binding.
Eduardo Julian
10
-248
/
+386
2021-08-27
Updates to the Ruby compiler.
Eduardo Julian
4
-9
/
+49
2021-08-19
Enabled compile-time code evaluation (i.e. "eval" function).
Eduardo Julian
26
-557
/
+563
2021-08-09
Improved single-line comment syntax (from "##" to "...").
Eduardo Julian
1
-1
/
+1
2021-08-08
No more #export magic syntax.
Eduardo Julian
2
-6
/
+8
2021-07-14
Normalized the hierarchy of the standard library modules.
Eduardo Julian
12
-61
/
+87
2021-07-11
Re-named ":coerce" to ":as" since it technically doesn't do coercions.
Eduardo Julian
4
-29
/
+24
2021-07-10
Made the "try" macro into a common one, instead of a host-specific one.
Eduardo Julian
1
-1
/
+1
2021-07-08
Made sure the "phase" parameter of extensions is always usable (even across ↵
Eduardo Julian
3
-22
/
+60
language boundaries)
2021-06-11
Added import name formatting to "import:" macros for other backends.
Eduardo Julian
1
-0
/
+2
2021-06-08
Added type information when logging compiled definitions.
Eduardo Julian
2
-6
/
+7
2021-06-02
Postponing work on R due to flaws of the bootstrapping compiler.
Eduardo Julian
1
-0
/
+7
Will resume once the new JVM compiler replaces the bootstrapping compiler.
2021-02-26
Got JRuby to cooperate.
Eduardo Julian
1
-2
/
+4
2021-02-25
Updates for Ruby compiler.
Eduardo Julian
1
-2
/
+5
2021-02-24
Done with Python.
Eduardo Julian
1
-7
/
+8
2021-02-10
Continuing with Lua
Eduardo Julian
1
-5
/
+7
2021-01-28
Implemented arithmetic right-shift in terms of logic right-shift.
Eduardo Julian
3
-55
/
+50
2021-01-12
Compiler now shows suggestions when encountering unknown definitions.
Eduardo Julian
1
-1
/
+2
2021-01-11
Encapsulate JS definitions produced by the JS compiler in a local scope to ↵
Eduardo Julian
1
-1
/
+8
avoid interacting with the global scope.
2020-12-15
Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH.
Eduardo Julian
1
-14
/
+21
2020-12-11
Improved parsing speed for Lux code.
Eduardo Julian
3
-6
/
+17
2020-12-09
Added support for "Commons Clause" to Licentia.
Eduardo Julian
2
-14
/
+0
2020-12-04
Re-named old luxc-jvm to lux-bootstrapper.
Eduardo Julian
41
-0
/
+13435