aboutsummaryrefslogtreecommitdiff
path: root/documentation (follow)
Commit message (Expand)AuthorAgeFilesLines
* Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2021-07-1028-13/+141
* Simplified the API for file-system operations.Eduardo Julian2021-07-063-0/+5
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-023-0/+14
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-303-0/+7
* Added a macro for type-casting JVM objects.Eduardo Julian2021-06-2425-2/+88
* Constraining the year of the snapshot time in Aedifex.Eduardo Julian2021-06-122-1/+5
* Struggling against the lexing limitations of Renjin.Eduardo Julian2021-06-021-0/+2
* Got rid of the {}s in ":share" and made it pipe-able.Eduardo Julian2021-05-1815-4/+28
* Updates for Scheme compiler.Eduardo Julian2021-03-181-0/+4
* Done with PHP.Eduardo Julian2021-03-162-0/+4
* Frustrated with PHP's overflow/underflow logic.Eduardo Julian2021-03-148-0/+16
* Continuing with LuaEduardo Julian2021-02-103-0/+8
* Mo' updates, less problems.Eduardo Julian2021-02-075-0/+22
* Updates for Lua compiler.Eduardo Julian2021-02-043-0/+32
* Encapsulate JS definitions produced by the JS compiler in a local scope to av...Eduardo Julian2021-01-111-0/+4
* Added support for "Commons Clause" to Licentia.Eduardo Julian2020-12-093-2/+51
* Re-named old luxc-jvm to lux-bootstrapper.Eduardo Julian2020-12-045-0/+14
* Test for Aedifex's "auto" command.Eduardo Julian2020-12-024-0/+10
* Added "private" macro to lux/debug.Eduardo Julian2020-11-2811-1/+54
* Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian2020-11-262-0/+8
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-242-2/+7
* Made the syntax of ^template more consistent.Eduardo Julian2020-11-175-0/+18
* Improved error reporting for syntax macros.Eduardo Julian2020-11-051-0/+4
* Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian2020-10-3164-0/+0
* Easy to use Rev constants.Eduardo Julian2020-10-312-0/+2
* Re-named "search" to "one" and "search-all" to "all".Eduardo Julian2020-10-241-0/+1
* Gave the Location type its own module.Eduardo Julian2020-10-142-0/+5
* Type-checking macros via the Macro' type from the standard library.Eduardo Julian2020-10-121-0/+1
* Tweaked how I64 masks are made.Eduardo Julian2020-10-122-0/+5
* Mandatory long names for JVM imports, instead of having "long" be optional an...Eduardo Julian2020-10-091-0/+1
* Also using BIPUSH and SIPUSH during JVM generation.Eduardo Julian2020-10-092-0/+3
* Added deployment code to Aedifex.Eduardo Julian2020-10-035-0/+15
* Optimizing-away unnecessary variable declarations/bindings.Eduardo Julian2020-06-121-0/+1
* Updated test for function optimization.Eduardo Julian2020-06-111-0/+4
* Basic pattern-matching optimizations.Eduardo Julian2020-06-094-0/+11
* Now applying the loop optimization to all functions.Eduardo Julian2020-06-031-0/+1
* Implemented an optimization for getting fields/slots from records in the new ...Eduardo Julian2020-06-012-0/+21
* Split new-luxc into lux-jvm and lux-r.Eduardo Julian2020-05-301-0/+1
* Can now parse TAR files.Eduardo Julian2020-05-287-0/+15
* Can now write TAR files.Eduardo Julian2020-05-194-0/+11
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-171-0/+1
* Compiler versions are now natural numbers, and are included as part of the na...Eduardo Julian2020-05-121-0/+1
* Now storing and loading extensions in the cache.Eduardo Julian2020-05-111-0/+1
* Now properly loading the cached definitions.Eduardo Julian2020-05-1011-1/+34
* Including runtime machinery in the cache.Eduardo Julian2020-05-098-0/+21
* Fixed bugs while parsing modules' cached data.Eduardo Julian2020-05-051-0/+1
* Beginning to cache artifacts.Eduardo Julian2020-03-052-0/+4
* Test for enums + adjustments to Python-generation code.Eduardo Julian2020-03-042-0/+8
* Test for codec composition + adjustments to JS-generation code.Eduardo Julian2020-03-043-0/+5
* Bug fixes.Eduardo Julian2019-12-2611-0/+20