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