aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/ffi.jvm.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-15"module:" => "using"Eduardo Julian1-1/+1
2021-09-14Re-named "Identifier" to "Symbol".Eduardo Julian1-1/+1
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian1-7/+7
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian1-73/+73
2021-09-12Made the "#" character great again!Eduardo Julian1-25/+25
2021-09-10Migrated variants to the new syntax.Eduardo Julian1-20/+20
2021-09-08De-bracing part 0Eduardo Julian1-26/+33
2021-09-07De-taggification | part 4Eduardo Julian1-33/+33
2021-09-05Changed the syntax of do/be's (co)monad bindings.Eduardo Julian1-4/+4
2021-09-04De-taggification | part 2Eduardo Julian1-8/+8
2021-09-01De-taggification | part 1Eduardo Julian1-48/+48
2021-08-29De-taggification | part 0Eduardo Julian1-3/+3
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian1-19/+19
2021-08-18Some bug fixes.Eduardo Julian1-8/+8
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian1-3/+3
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian1-10/+10
2021-08-12Improved binding syntax for "syntax:".Eduardo Julian1-3/+5
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian1-4/+4
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian1-24/+24
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-4/+4
2021-08-01Even more renamings.Eduardo Julian1-3/+35
2021-07-30More renamings.Eduardo Julian1-12/+51
2021-07-29Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian1-1/+1
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian1-3/+3
2021-07-23Automatically handling input/output conversions for methods in new JVM compi...Eduardo Julian1-4/+52
2021-07-22New JVM compiler can now compile JVM classes.Eduardo Julian1-40/+199
2021-07-20Updated the Scriptum documentation generator.Eduardo Julian1-32/+98
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-25/+26
2021-07-12A bit more clarity for Licentia licenses.Eduardo Julian1-70/+188
2021-07-12Better syntax for parallel-hierarchy imports.Eduardo Julian1-2/+2
2021-07-11Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian1-7/+7
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian1-14/+14
2021-05-24Re-named lux/host to lux/ffi.Eduardo Julian1-0/+0
2021-01-03Place the "program:" macro of "lux/control/parser/cli" in its own module.Eduardo Julian1-20/+23
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-3/+3
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-5/+5
2020-12-01Added specialized root/2 and root/3 functions in lux/math.Eduardo Julian1-2/+2
2020-10-31Easy to use Rev constants.Eduardo Julian1-6/+6
2020-10-09Mandatory long names for JVM imports, instead of having "long" be optional an...Eduardo Julian1-8/+8
2020-05-17Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian1-3/+3
2019-09-15Got the tests running again.Eduardo Julian1-10/+14
2019-07-26No more "n/"-prefixed functions.Eduardo Julian1-3/+4
2019-07-25No more "i/"-prefixed functions.Eduardo Julian1-25/+30
2019-06-06WIP: Class definition.Eduardo Julian1-26/+30
2019-05-29More massaging of the stdlib for the sake of the new compiler.Eduardo Julian1-0/+0
2019-05-05Can now set the name of the "this" object, instead of being forced to use "_j...Eduardo Julian1-4/+4
2019-04-16The old compiler is now identified with "old" instead of "jvm". This should h...Eduardo Julian1-0/+0
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian1-1/+1
2019-03-30Re-named "do-template" to "template".Eduardo Julian1-1/+1