aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/meta/extension.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-09Fixed a bug when testing extensions on the JVM compiler.Eduardo Julian1-18/+35
2022-01-06Fixes for the pure-Lux JVM compiler machinery. [Part 2]Eduardo Julian1-2/+7
2021-11-29Got "lux syntax char case!" to work on Rembulan.Eduardo Julian1-1/+6
2021-11-19Added tree-shaking to the compiler.Eduardo Julian1-1/+4
2021-11-08Used new Function interface to fix directives bug in JVM compiler.Eduardo Julian1-5/+7
2021-10-31Properly inheriting the default profile in Aedifex.Eduardo Julian1-17/+50
2021-09-17Handled the hiccup in Python compilation.Eduardo Julian1-44/+50
2021-09-15"module:" => "using"Eduardo Julian1-1/+1
2021-09-15"Row" => "Sequence"Eduardo Julian1-3/+3
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian1-4/+4
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian1-10/+10
2021-09-12Made the "#" character great again!Eduardo Julian1-7/+7
2021-09-10Migrated variants to the new syntax.Eduardo Julian1-6/+6
2021-09-08De-bracing | part 2Eduardo Julian1-10/+10
2021-09-07De-taggification | part 4Eduardo Julian1-24/+24
2021-09-04De-taggification | part 2Eduardo Julian1-5/+5
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian1-7/+7
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian1-10/+10
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian1-5/+5
2021-08-08No more #export magic syntax.Eduardo Julian1-1/+1
2021-08-07Made the be/de macros for (co)monadic expression extensible.Eduardo Julian1-1/+1
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian1-4/+4
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-42/+43
2021-07-12Better syntax for parallel-hierarchy imports.Eduardo Julian1-2/+2
2021-07-08Made sure the "phase" parameter of extensions is always usable (even across l...Eduardo Julian1-65/+86
2021-05-24Almost done with Scheme.Eduardo Julian1-2/+4
2021-03-12Almost done with PHP.Eduardo Julian1-2/+4
2021-03-01Done with Ruby.Eduardo Julian1-2/+4
2021-02-16Done with Lua.Eduardo Julian1-2/+4
2021-02-01Improved compilation of loops and pattern-matching for Python. Eduardo Julian1-3/+4
2021-01-08Moved "log!" function under "lux/debug".Eduardo Julian1-1/+2
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-19/+19
2020-11-26Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian1-2/+2
2020-07-14Mo' fixes, less problems.Eduardo Julian1-7/+11
2020-07-01WIP: Leiningen integration with the new JVM compiler.Eduardo Julian1-1/+4
2020-06-28The "for" macro can now work directly with definitions. No text literals nece...Eduardo Julian1-45/+45
2020-06-24Last bug fixes to get the new JVM compiler to fully process the standard libr...Eduardo Julian1-39/+50
2020-05-17Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian1-4/+5
2020-03-04Test for codec composition + adjustments to JS-generation code.Eduardo Julian1-6/+8
2019-12-28Implemented an alternative method for extensible JVM bytecode generation.Eduardo Julian1-14/+51
2019-10-16Now allowing types for methods.Eduardo Julian1-13/+19
2019-10-16Small refactoringEduardo Julian1-1/+1
2019-10-15Compiler extensions have been tested to work.Eduardo Julian1-0/+46