aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/ffi.old.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-02Extensible import syntax [Part 2]Eduardo Julian1-1/+1
2022-06-01Extensible import syntax: Part 1Eduardo Julian1-7/+7
2022-04-08De-sigil-ification: $Eduardo Julian1-128/+128
2022-04-07De-sigil-ification: &Eduardo Julian1-2/+2
2022-04-04Properly handling variance for arrays to avoid invalid subtyping.Eduardo Julian1-1/+1
2022-03-30De-sigil-ification: /Eduardo Julian1-1/+1
2022-03-30Re-named ffi.as to "is", and ffi.check to "as", to line the names up with nor...Eduardo Julian1-110/+110
2022-03-17De-sigil-ification: !Eduardo Julian1-70/+70
2022-03-16De-sigil-ification: prefix :Eduardo Julian1-114/+114
2022-03-15De-sigil-ification: ^Eduardo Julian1-34/+35
2022-03-14Made JVM "import:" syntax consistent with the other "import:"s.Eduardo Julian1-12/+4
2022-03-14De-sigil-ification: @Eduardo Julian1-16/+16
2022-03-07Compilers for scripting languages now only depend on new JVM compiler.Eduardo Julian1-32/+35
2022-02-22No more automatic conversions of primitive types in JVM FFI.Eduardo Julian1-6/+27
2021-09-15"module:" => "using"Eduardo Julian1-1/+1
2021-09-14Re-named "recur" to "again".Eduardo Julian1-4/+4
2021-09-14Re-named "Identifier" to "Symbol".Eduardo Julian1-60/+60
2021-09-14No more "^slots".Eduardo Julian1-6/+6
2021-09-14Re-named "Name" to "Symbol".Eduardo Julian1-1/+1
2021-09-13Re-named "primitive" to "Primitive".Eduardo Julian1-20/+20
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian1-8/+8
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian1-101/+101
2021-09-12Made the "#" character great again!Eduardo Julian1-135/+139
2021-09-10Fixed the indentation of variants.Eduardo Julian1-6/+6
2021-09-10Migrated variants to the new syntax.Eduardo Julian1-117/+117
2021-09-09The old record syntax has been re-purposed as variant syntax.Eduardo Julian1-8/+2
2021-09-08De-bracing | part 1Eduardo Julian1-5/+7
2021-09-08De-bracing part 0Eduardo Julian1-5/+5
2021-09-08No more annotations.Eduardo Julian1-1/+0
2021-09-07De-taggification | part 4Eduardo Julian1-24/+24
2021-09-05Changed the syntax of do/be's (co)monad bindings.Eduardo Julian1-3/+3
2021-09-04De-taggification | part 2Eduardo Julian1-8/+8
2021-09-03Unified tuple and record syntax.Eduardo Julian1-48/+46
2021-09-01De-taggification | part 1Eduardo Julian1-28/+18
2021-08-29De-taggification | part 0Eduardo Julian1-9/+9
2021-08-27Updates to the Ruby compiler.Eduardo Julian1-169/+31
2021-08-26"Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian1-7/+8
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian1-207/+233
2021-08-23The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian1-9/+9
2021-08-18Some bug fixes.Eduardo Julian1-28/+28
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian1-10/+10
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian1-8/+8
2021-08-12Improved binding syntax for "syntax:".Eduardo Julian1-51/+60
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian1-154/+154
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian1-11/+11
2021-08-08No more #export magic syntax.Eduardo Julian1-21/+21
2021-08-07Made the be/de macros for (co)monadic expression extensible.Eduardo Julian1-30/+30
2021-07-31Yet more renamings.Eduardo Julian1-11/+11
2021-07-30More renamings.Eduardo Julian1-18/+18
2021-07-29Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian1-59/+59