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
/
stdlib
/
commands.md
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2021-11-19
Added tree-shaking to the compiler.
Eduardo Julian
1
-2
/
+2
2021-11-08
Added the carriage return for better Windows compatibility.
Eduardo Julian
1
-2
/
+2
2021-11-08
Sharing the same Function class between bootsrapper and JVM compiler.
Eduardo Julian
1
-1
/
+1
2021-10-31
Properly inheriting the default profile in Aedifex.
Eduardo Julian
1
-8
/
+8
2021-10-09
Fixed packaging issue.
Eduardo Julian
1
-0
/
+5
2021-09-19
Added STDLIB documentation for the different target platforms.
Eduardo Julian
1
-1
/
+26
2021-09-08
Now using eval to derive code for arbitrary types.
Eduardo Julian
1
-2
/
+2
2021-09-03
Unified tuple and record syntax.
Eduardo Julian
1
-0
/
+4
2021-09-01
Updates to the JS compiler.
Eduardo Julian
1
-2
/
+6
2021-08-29
De-taggification | part 0
Eduardo Julian
1
-1
/
+1
2021-08-27
Updates to the Ruby compiler.
Eduardo Julian
1
-0
/
+4
2021-08-25
Updates to the Lua compiler.
Eduardo Julian
1
-17
/
+12
2021-08-18
Some bug fixes.
Eduardo Julian
1
-1
/
+17
2021-08-14
Moved documentation-generation machinery to its own module.
Eduardo Julian
1
-0
/
+9
2021-07-18
New JVM compiler can now compile JVM interfaces.
Eduardo Julian
1
-0
/
+9
2021-07-10
Made the "try" macro into a common one, instead of a host-specific one.
Eduardo Julian
1
-57
/
+0
2021-06-30
"signature:" -> "interface:" & "structure:" -> "implementation:"
Eduardo Julian
1
-7
/
+17
"signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
2021-06-24
Added a macro for type-casting JVM objects.
Eduardo Julian
1
-10
/
+2
2021-06-18
Refactored the machinery to make local macros into its own module.
Eduardo Julian
1
-1
/
+2
2021-06-14
Extracted Licentia out of the standard library.
Eduardo Julian
1
-22
/
+0
2021-06-01
Updates for R compiler.
Eduardo Julian
1
-1
/
+1
2021-03-10
Wrestling with JPHP.
Eduardo Julian
1
-3
/
+13
2020-12-09
Added support for "Commons Clause" to Licentia.
Eduardo Julian
1
-2
/
+2
2020-12-04
Re-named old luxc-jvm to lux-bootstrapper.
Eduardo Julian
1
-2
/
+2
2020-10-12
Tweaked how I64 masks are made.
Eduardo Julian
1
-10
/
+10
2020-10-07
Test imports for circular dependencies.
Eduardo Julian
1
-0
/
+6
2020-08-26
Download and catch dependencies in Aedifex.
Eduardo Julian
1
-2
/
+2
2020-08-12
WIP: New build-tool named Aedifex (can read project descriptions).
Eduardo Julian
1
-277
/
+9
2020-08-07
Some fixes.
Eduardo Julian
1
-1
/
+1
2020-07-24
Can get the JS(JS) compiler to compile.
Eduardo Julian
1
-5
/
+4
2020-07-16
Can get the JS compiler to compile its own source-code.
Eduardo Julian
1
-0
/
+5
2020-07-11
Got the JS compiler to compile fully.
Eduardo Julian
1
-0
/
+2
2020-07-10
Fixes and improvements to JavaScript compilation.
Eduardo Julian
1
-1
/
+1
2020-07-07
Various bug fixes for JS compilation.
Eduardo Julian
1
-1
/
+1
2020-07-05
Got the JS compiler code to build again.
Eduardo Julian
1
-46
/
+50
2020-07-01
Moved all spec(ifications) from under "test/" to under "spec/".
Eduardo Julian
1
-3
/
+21
2020-07-01
WIP: Leiningen integration with the new JVM compiler.
Eduardo Julian
1
-5
/
+21
2020-06-29
Added the missing cache invalidation to the new compiler.
Eduardo Julian
1
-2
/
+2
2020-06-09
Basic pattern-matching optimizations.
Eduardo Julian
1
-2
/
+2
2020-05-30
Split new-luxc into lux-jvm and lux-r.
Eduardo Julian
1
-10
/
+43
2020-05-29
Can now import previously exported libraries.
Eduardo Julian
1
-0
/
+1
2020-05-28
Can now export Lux code as library TAR files.
Eduardo Julian
1
-0
/
+2
2019-12-29
FIX the names of function classes are now prefixed with their originating ↵
Eduardo Julian
1
-0
/
+10
module.
2019-10-10
Small improvements + fixes
Eduardo Julian
1
-38
/
+38
2019-07-24
The "commands" file is now a Markdown file for better legibility.
Eduardo Julian
1
-0
/
+292