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