aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/target/jvm/class.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-30De-sigil-ification: /Eduardo Julian1-1/+1
2022-03-16De-sigil-ification: prefix :Eduardo Julian1-7/+7
2022-03-14De-sigil-ification: @Eduardo Julian1-2/+2
2022-01-22Fixes for the pure-Lux JVM compiler machinery. [Part 10]Eduardo Julian1-5/+16
2022-01-19Fixes for the pure-Lux JVM compiler machinery. [Part 9]Eduardo Julian1-42/+45
2021-09-15"module:" => "using"Eduardo Julian1-1/+1
2021-09-15"Row" => "Sequence"Eduardo Julian1-17/+17
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian1-16/+16
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian1-2/+2
2021-09-07De-taggification | part 4Eduardo Julian1-18/+18
2021-09-05Changed the syntax of do/be's (co)monad bindings.Eduardo Julian1-1/+1
2021-09-04De-taggification | part 2Eduardo Julian1-17/+17
2021-09-03Unified tuple and record syntax.Eduardo Julian1-4/+4
2021-08-26"Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian1-13/+14
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian1-12/+13
2021-08-23The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian1-6/+6
2021-08-18Some bug fixes.Eduardo Julian1-5/+5
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian1-1/+1
2021-08-08No more #export magic syntax.Eduardo Julian1-5/+5
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian1-29/+29
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian1-2/+2
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-13/+14
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-13/+13
2020-12-12Removed several unnecessary imports.Eduardo Julian1-10/+6
2020-11-17Made the syntax of ^template more consistent.Eduardo Julian1-2/+2
2020-11-07Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian1-2/+2
2020-10-25Some improvements to the Lux syntax parser.Eduardo Julian1-3/+3
2020-05-17Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian1-1/+1
2019-11-07WIP: Major refactoring of JVM bytecode machinery.Eduardo Julian1-26/+28
2019-07-06Removed the parsing machinery for JVM classes.Eduardo Julian1-28/+0
2019-07-05WIP: Method compilation.Eduardo Julian1-8/+9
2019-06-21Separated reading and writing binary data (lumping them together was a bad id...Eduardo Julian1-40/+28
2019-06-21Extracted binary parsing code into its own module.Eduardo Julian1-17/+9
2019-06-20Re-structured encoding-related modules a bit.Eduardo Julian1-5/+6
2019-06-20Unified the unsigned integers.Eduardo Julian1-3/+3
2019-06-20Improved the design of modifiers.Eduardo Julian1-18/+18
2019-06-20Expanded serialization capabilities for JVM bytecode.Eduardo Julian1-15/+68
2019-06-19Various fixes.Eduardo Julian1-1/+1
2019-04-27Moved the modules under "lux/host/" to now be under "lux/target/".Eduardo Julian1-0/+0
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian1-2/+3
2019-03-14Now allowing the alias of a module to refer to the alias of an ancestor.Eduardo Julian1-18/+18
2019-02-04Changed the naming style for structures.Eduardo Julian1-15/+15
2018-12-28Added equivalences.Eduardo Julian1-7/+29
2018-12-28Re-organized the class machinery.Eduardo Julian1-0/+105