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
/
.github
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-11-23
New arithmetic abstraction + common file extensions as constants.
Eduardo Julian
1
-0
/
+2
2022-08-18
Added support for Communicating Sequential Processes (CSP).
Eduardo Julian
1
-10
/
+11
2022-08-17
Proper testing for debug.log!
Eduardo Julian
1
-11
/
+10
2022-08-12
Disabled running tests on Node because of weird "replaceAll" issue.
Eduardo Julian
1
-10
/
+11
2022-08-12
Updated setup-node in CI in hopes of solving "replaceAll" issue.
Eduardo Julian
1
-1
/
+1
2022-08-12
Fixes for Aedifex tests.
Eduardo Julian
1
-20
/
+22
2022-07-10
Removed the need for ,! unquoting.
Eduardo Julian
1
-1
/
+1
2022-04-09
De-sigil-ification: *
Eduardo Julian
1
-1
/
+1
2022-04-09
Better names for testing macros (plus better indentation).
Eduardo Julian
1
-1
/
+1
2022-04-09
Re-branded "abstract" types as "primitive" types.
Eduardo Julian
1
-0
/
+2
2022-04-08
Better names for random text/character generators.
Eduardo Julian
1
-1
/
+1
2022-04-08
De-sigil-ification: $
Eduardo Julian
2
-8
/
+8
2022-04-08
Can now deploy releases with Aedifex.
Eduardo Julian
1
-1
/
+3
2022-04-07
Better snapshot deployments for Aedifex.
Eduardo Julian
2
-9
/
+15
2022-04-07
De-sigil-ification: &
Eduardo Julian
1
-1
/
+1
2022-04-07
More efficient TAR handling.
Eduardo Julian
1
-1
/
+1
2022-04-06
More efficient binary formatting.
Eduardo Julian
1
-7
/
+8
2022-04-06
More efficient binary parsing.
Eduardo Julian
1
-6
/
+10
2022-04-06
Got documentation back in working condition.
Eduardo Julian
1
-0
/
+2
2022-04-05
No longer depending on the ASM library for JVM bytecode generation.
Eduardo Julian
1
-7
/
+9
2022-04-04
Properly handling variance for arrays to avoid invalid subtyping.
Eduardo Julian
2
-1
/
+6
2022-03-30
De-sigil-ification: /
Eduardo Julian
2
-7
/
+9
2022-03-30
Lined-up names of "safe" binary/array defs with names of "unsafe" ones.
Eduardo Julian
1
-0
/
+3
2022-03-30
Re-named ffi.as to "is", and ffi.check to "as", to line the names up with nor...
Eduardo Julian
2
-2
/
+2
2022-03-30
"when" macro for Try.
Eduardo Julian
2
-9
/
+11
2022-03-30
Now demanding mandatory loop names, instead of using default "again" name.
Eduardo Julian
1
-0
/
+2
2022-03-30
Re-named "as_is" to "these" to avoid confusion with the new type-annotation m...
Eduardo Julian
1
-0
/
+1
2022-03-17
De-sigil-ification: !
Eduardo Julian
1
-10
/
+19
2022-03-16
JVM interop now allows importing inherited virtual/interface methods.
Eduardo Julian
1
-1
/
+1
2022-03-16
Generalized/type-agnostic arithmetic.
Eduardo Julian
1
-1
/
+1
2022-03-15
Leaner syntax for library/lux/control/exception.report
Eduardo Julian
1
-1
/
+1
2022-03-14
Using a fake console in Aedifex if the system console is unavailable.
Eduardo Julian
1
-23
/
+23
2022-03-14
De-sigil-ification: >
Eduardo Julian
1
-36
/
+36
2022-03-14
Made JVM "import:" syntax consistent with the other "import:"s.
Eduardo Julian
1
-0
/
+40