aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/extension.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-161-10/+10
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-5/+5
* No more #export magic syntax.Eduardo Julian2021-08-081-1/+1
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-071-1/+1
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-4/+4
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-42/+43
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-121-2/+2
* Made sure the "phase" parameter of extensions is always usable (even across l...Eduardo Julian2021-07-081-65/+86
* Almost done with Scheme.Eduardo Julian2021-05-241-2/+4
* Almost done with PHP.Eduardo Julian2021-03-121-2/+4
* Done with Ruby.Eduardo Julian2021-03-011-2/+4
* Done with Lua.Eduardo Julian2021-02-161-2/+4
* Improved compilation of loops and pattern-matching for Python. Eduardo Julian2021-02-011-3/+4
* Moved "log!" function under "lux/debug".Eduardo Julian2021-01-081-1/+2
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-19/+19
* Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian2020-11-261-2/+2
* Mo' fixes, less problems.Eduardo Julian2020-07-141-7/+11
* WIP: Leiningen integration with the new JVM compiler.Eduardo Julian2020-07-011-1/+4
* The "for" macro can now work directly with definitions. No text literals nece...Eduardo Julian2020-06-281-45/+45
* Last bug fixes to get the new JVM compiler to fully process the standard libr...Eduardo Julian2020-06-241-39/+50
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-171-4/+5
* Test for codec composition + adjustments to JS-generation code.Eduardo Julian2020-03-041-6/+8
* Implemented an alternative method for extensible JVM bytecode generation.Eduardo Julian2019-12-281-14/+51
* Now allowing types for methods.Eduardo Julian2019-10-161-13/+19
* Small refactoringEduardo Julian2019-10-161-1/+1
* Compiler extensions have been tested to work.Eduardo Julian2019-10-151-0/+46