aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/extension.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* De-sigil-ification: $Eduardo Julian2022-04-081-18/+18
* Re-named "as_is" to "these" to avoid confusion with the new type-annotation m...Eduardo Julian2022-03-301-7/+7
* Leaner syntax for the "for" macro.Eduardo Julian2022-03-141-52/+44
* Fixed directive extensions for Lux/Lua.Eduardo Julian2022-02-271-4/+2
* Fixed directive extensions for Lux/Python.Eduardo Julian2022-02-111-3/+1
* Fixes for the pure-Lux JVM compiler machinery. [Part 13 / Done!]Eduardo Julian2022-02-031-6/+9
* Better detection for "exec" optimization.Eduardo Julian2022-01-281-2/+2
* Bug fixes for eval in general and in Lux/Ruby.Eduardo Julian2022-01-251-6/+5
* Fixed compilation of <init> methods for anonymous classes.Eduardo Julian2022-01-241-61/+64
* Fixed a bug when testing extensions on the JVM compiler.Eduardo Julian2022-01-091-18/+35
* Fixes for the pure-Lux JVM compiler machinery. [Part 2]Eduardo Julian2022-01-061-2/+7
* Got "lux syntax char case!" to work on Rembulan.Eduardo Julian2021-11-291-1/+6
* Added tree-shaking to the compiler.Eduardo Julian2021-11-191-1/+4
* Used new Function interface to fix directives bug in JVM compiler.Eduardo Julian2021-11-081-5/+7
* Properly inheriting the default profile in Aedifex.Eduardo Julian2021-10-311-17/+50
* Handled the hiccup in Python compilation.Eduardo Julian2021-09-171-44/+50
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
* "Row" => "Sequence"Eduardo Julian2021-09-151-3/+3
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-131-4/+4
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-10/+10
* Made the "#" character great again!Eduardo Julian2021-09-121-7/+7
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-6/+6
* De-bracing | part 2Eduardo Julian2021-09-081-10/+10
* De-taggification | part 4Eduardo Julian2021-09-071-24/+24
* De-taggification | part 2Eduardo Julian2021-09-041-5/+5
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-7/+7
* 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