aboutsummaryrefslogtreecommitdiff
path: root/documentation (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian1-0/+31
2021-07-24Now packaging JVM programs as "fat" jars in new JVM compiler.Eduardo Julian7-0/+17
2021-07-22New JVM compiler can now compile JVM classes.Eduardo Julian2-0/+8
2021-07-19Made the default JS file-system promise-based so it works well on Node.Eduardo Julian1-0/+1
2021-07-17Now allowing compilers to generate custom-named outputs.Eduardo Julian32-0/+121
2021-07-16Fixed some inconsistent naming.Eduardo Julian2-0/+2
2021-07-15Re-named "spec" hierarchy to "specification".Eduardo Julian19-1/+64
2021-07-12Better syntax for parallel-hierarchy imports.Eduardo Julian1-0/+1
2021-07-10Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian28-13/+141
2021-07-06Simplified the API for file-system operations.Eduardo Julian3-0/+5
2021-07-02No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian3-0/+14
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian3-0/+7
2021-06-24Added a macro for type-casting JVM objects.Eduardo Julian25-2/+88
2021-06-12Constraining the year of the snapshot time in Aedifex.Eduardo Julian2-1/+5
2021-06-02Struggling against the lexing limitations of Renjin.Eduardo Julian1-0/+2
2021-05-18Got rid of the {}s in ":share" and made it pipe-able.Eduardo Julian15-4/+28
2021-03-18Updates for Scheme compiler.Eduardo Julian1-0/+4
2021-03-16Done with PHP.Eduardo Julian2-0/+4
2021-03-14Frustrated with PHP's overflow/underflow logic.Eduardo Julian8-0/+16
2021-02-10Continuing with LuaEduardo Julian3-0/+8
2021-02-07Mo' updates, less problems.Eduardo Julian5-0/+22
2021-02-04Updates for Lua compiler.Eduardo Julian3-0/+32
2021-01-11Encapsulate JS definitions produced by the JS compiler in a local scope to av...Eduardo Julian1-0/+4
2020-12-09Added support for "Commons Clause" to Licentia.Eduardo Julian3-2/+51
2020-12-04Re-named old luxc-jvm to lux-bootstrapper.Eduardo Julian5-0/+14
2020-12-02Test for Aedifex's "auto" command.Eduardo Julian4-0/+10
2020-11-28Added "private" macro to lux/debug.Eduardo Julian11-1/+54
2020-11-26Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian2-0/+8
2020-11-24Better error messages when re-using a name when making a definition.Eduardo Julian2-2/+7
2020-11-17Made the syntax of ^template more consistent.Eduardo Julian5-0/+18
2020-11-05Improved error reporting for syntax macros.Eduardo Julian1-0/+4
2020-10-31Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian64-0/+0
2020-10-31Easy to use Rev constants.Eduardo Julian2-0/+2
2020-10-24Re-named "search" to "one" and "search-all" to "all".Eduardo Julian1-0/+1
2020-10-14Gave the Location type its own module.Eduardo Julian2-0/+5
2020-10-12Type-checking macros via the Macro' type from the standard library.Eduardo Julian1-0/+1
2020-10-12Tweaked how I64 masks are made.Eduardo Julian2-0/+5
2020-10-09Mandatory long names for JVM imports, instead of having "long" be optional an...Eduardo Julian1-0/+1
2020-10-09Also using BIPUSH and SIPUSH during JVM generation.Eduardo Julian2-0/+3
2020-10-03Added deployment code to Aedifex.Eduardo Julian5-0/+15
2020-06-12Optimizing-away unnecessary variable declarations/bindings.Eduardo Julian1-0/+1
2020-06-11Updated test for function optimization.Eduardo Julian1-0/+4
2020-06-09Basic pattern-matching optimizations.Eduardo Julian4-0/+11
2020-06-03Now applying the loop optimization to all functions.Eduardo Julian1-0/+1
2020-06-01Implemented an optimization for getting fields/slots from records in the new ...Eduardo Julian2-0/+21
2020-05-30Split new-luxc into lux-jvm and lux-r.Eduardo Julian1-0/+1
2020-05-28Can now parse TAR files.Eduardo Julian7-0/+15
2020-05-19Can now write TAR files.Eduardo Julian4-0/+11
2020-05-17Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian1-0/+1
2020-05-12Compiler versions are now natural numbers, and are included as part of the na...Eduardo Julian1-0/+1