aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/target/jvm/method.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-30De-sigil-ification: /Eduardo Julian1-1/+1
2022-03-14De-sigil-ification: @Eduardo Julian1-2/+2
2022-02-08Optimized integer addition for Lux/Ruby in MRuby.Eduardo Julian1-4/+5
2022-01-22Fixes for the pure-Lux JVM compiler machinery. [Part 10]Eduardo Julian1-2/+2
2022-01-19Fixes for the pure-Lux JVM compiler machinery. [Part 9]Eduardo Julian1-38/+40
2021-09-15"module:" => "using"Eduardo Julian1-1/+1
2021-09-15"Row" => "Sequence"Eduardo Julian1-7/+7
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian1-14/+14
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian1-3/+3
2021-09-12Made the "#" character great again!Eduardo Julian1-9/+9
2021-09-10Migrated variants to the new syntax.Eduardo Julian1-4/+4
2021-09-07De-taggification | part 4Eduardo Julian1-19/+19
2021-09-05Changed the syntax of do/be's (co)monad bindings.Eduardo Julian1-1/+1
2021-09-04De-taggification | part 2Eduardo Julian1-16/+16
2021-09-03Unified tuple and record syntax.Eduardo Julian1-6/+6
2021-08-26"Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian1-6/+7
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian1-6/+7
2021-08-18Some bug fixes.Eduardo Julian1-4/+4
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-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-7/+7
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian1-1/+1
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-12/+13
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-3/+3
2020-12-12Removed several unnecessary imports.Eduardo Julian1-9/+6
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-1/+1
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-3/+3
2020-10-25Some improvements to the Lux syntax parser.Eduardo Julian1-4/+4
2020-05-17Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian1-1/+1
2019-11-16Tests for JVM bytecode machinery. [Part 5]Eduardo Julian1-11/+28
2019-11-07WIP: Major refactoring of JVM bytecode machinery.Eduardo Julian1-26/+15
2019-10-27Almost completely ported JVM runtime generation to the new JVM bytecode machi...Eduardo Julian1-12/+12
2019-10-16Ported JVM function generation to the new JVM bytecode machinery.Eduardo Julian1-7/+7
2019-09-15Got the tests running again.Eduardo Julian1-4/+6
2019-07-08* Re-named "Instruction" to "Bytecode".Eduardo Julian1-7/+7
2019-07-06Removed the parsing machinery for JVM classes.Eduardo Julian1-11/+1
2019-07-06+ Support for string constants.Eduardo Julian1-6/+27
2019-07-05WIP: Method compilation.Eduardo Julian1-4/+16
2019-06-22Implemented several different bytecode instructions.Eduardo Julian1-7/+7
2019-06-21Separated reading and writing binary data (lumping them together was a bad id...Eduardo Julian1-18/+14
2019-06-21Extracted binary parsing code into its own module.Eduardo Julian1-7/+5
2019-06-20Re-structured encoding-related modules a bit.Eduardo Julian1-1/+0
2019-06-20Improved the design of modifiers.Eduardo Julian1-11/+11
2019-06-20Expanded serialization capabilities for JVM bytecode.Eduardo Julian1-10/+30
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-5/+5
2019-02-04Changed the naming style for structures.Eduardo Julian1-5/+5