aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/extension.lux (unfollow)
Commit message (Expand)AuthorFilesLines
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