aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/target/jvm/bytecode (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-147-1134/+0
|
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-303-3/+3
| | | "signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-294-9/+13
|
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-255-211/+211
|
* Removed several unnecessary imports.Eduardo Julian2020-12-121-2/+3
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-025-16/+16
| | | | convention that only macros that deal with types may start with a colon.
* Made the syntax of ^template more consistent.Eduardo Julian2020-11-172-11/+11
|
* Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian2020-11-072-11/+11
|
* Some improvements to the Lux syntax parser.Eduardo Julian2020-10-251-10/+10
|
* Also using BIPUSH and SIPUSH during JVM generation.Eduardo Julian2020-10-091-6/+34
|
* "abstract:" macro now takes annotations after representation type.Eduardo Julian2020-08-094-8/+0
|
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-171-4/+4
|
* Compiler versions are now natural numbers, and are included as part of the ↵Eduardo Julian2020-05-122-2/+2
| | | | names/paths of artifacts.
* Properly track how the stack changes in the presence of discontinuities.Eduardo Julian2019-12-213-11/+63
|
* Tests for JVM bytecode machinery. [Part 5]Eduardo Julian2019-11-163-21/+72
|
* WIP: Tests for JVM bytecode machinery. [Part 3]Eduardo Julian2019-11-152-12/+18
|
* WIP: Tests for JVM bytecode machinery. [Part 0]Eduardo Julian2019-11-093-13/+31
|
* WIP: Major refactoring of JVM bytecode machinery.Eduardo Julian2019-11-077-0/+982