aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/target/jvm/bytecode (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian7-1134/+0
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian3-3/+3
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian4-9/+13
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian5-211/+211
2020-12-12Removed several unnecessary imports.Eduardo Julian1-2/+3
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian5-16/+16
2020-11-17Made the syntax of ^template more consistent.Eduardo Julian2-11/+11
2020-11-07Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian2-11/+11
2020-10-25Some improvements to the Lux syntax parser.Eduardo Julian1-10/+10
2020-10-09Also using BIPUSH and SIPUSH during JVM generation.Eduardo Julian1-6/+34
2020-08-09"abstract:" macro now takes annotations after representation type.Eduardo Julian4-8/+0
2020-05-17Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian1-4/+4
2020-05-12Compiler versions are now natural numbers, and are included as part of the na...Eduardo Julian2-2/+2
2019-12-21Properly track how the stack changes in the presence of discontinuities.Eduardo Julian3-11/+63
2019-11-16Tests for JVM bytecode machinery. [Part 5]Eduardo Julian3-21/+72
2019-11-15WIP: Tests for JVM bytecode machinery. [Part 3]Eduardo Julian2-12/+18
2019-11-09WIP: Tests for JVM bytecode machinery. [Part 0]Eduardo Julian3-13/+31
2019-11-07WIP: Major refactoring of JVM bytecode machinery.Eduardo Julian7-0/+982