aboutsummaryrefslogtreecommitdiff
path: root/stdlib (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Minor adjustments.Eduardo Julian2019-11-1818-457/+443
|
* Tests for JVM bytecode machinery. [Part 5]Eduardo Julian2019-11-1610-1473/+311
|
* WIP: Tests for JVM bytecode machinery. [Part 4]Eduardo Julian2019-11-162-135/+141
|
* WIP: Tests for JVM bytecode machinery. [Part 3]Eduardo Julian2019-11-154-71/+330
|
* Fixed the test for INVOKEINTERFACE.Eduardo Julian2019-11-142-14/+10
|
* WIP: Tests for JVM bytecode machinery. [Part 2]Eduardo Julian2019-11-101-38/+369
|
* WIP: Tests for JVM bytecode machinery. [Part 1]Eduardo Julian2019-11-091-26/+284
|
* WIP: Tests for JVM bytecode machinery. [Part 0]Eduardo Julian2019-11-098-260/+768
|
* WIP: Major refactoring of JVM bytecode machinery.Eduardo Julian2019-11-0741-542/+2187
|
* Almost completely ported JVM runtime generation to the new JVM bytecode ↵Eduardo Julian2019-10-2719-647/+1309
| | | | machinery.
* Ported JVM common extension generation to the new JVM bytecode machinery.Eduardo Julian2019-10-177-21/+547
|
* CHANGE shifting forged labels to avoid accidental collisions with legitimate ↵Eduardo Julian2019-10-175-11/+23
| | | | labels
* FIX old compiler could allow aliases to be defined more than onceEduardo Julian2019-10-172-2/+2
|
* Ported JVM pattern-matching & loop generation to the new JVM bytecode machinery.Eduardo Julian2019-10-177-36/+480
|
* Ported JVM function generation to the new JVM bytecode machinery.Eduardo Julian2019-10-1629-366/+684
|
* Now allowing types for methods.Eduardo Julian2019-10-165-88/+107
|
* Small refactoringEduardo Julian2019-10-163-6/+6
|
* Compiler extensions have been tested to work.Eduardo Julian2019-10-1515-79/+399
|
* The new compiler can compile & run the stdlib's test suite.Eduardo Julian2019-10-144-79/+137
|
* Updated old luxc to work with latest the JVM (and changes in lux-lein)Eduardo Julian2019-10-091-0/+1
|
* Fixed a bug wherein definitions created while processing module referrals ↵Eduardo Julian2019-09-182-2/+5
| | | | did not make it into the generation buffer.
* Added packaging machinery for the JVM compiler.Eduardo Julian2019-09-183-24/+39
|
* Fixed some bugs related to JVM types.Eduardo Julian2019-09-175-14/+10
|
* Added the ":let" macro to enable reuse of type fragments in larger types.Eduardo Julian2019-09-152-5/+21
|
* Implemented function memoization.Eduardo Julian2019-09-154-22/+147
|
* Implemented mixin-style function composition.Eduardo Julian2019-09-152-4/+69
|
* Got the tests running again.Eduardo Julian2019-09-1529-117/+161
|
* More fixes.Eduardo Julian2019-09-1411-537/+725
|
* Some fixes.Eduardo Julian2019-09-089-704/+810
|
* Moved polytypic code generators to their own branch.Eduardo Julian2019-09-073-11/+13
|
* Re-named "lux/control/contract" to "lux/control/function/contract".Eduardo Julian2019-09-072-1/+2
|
* Renamed "Statement" to "Directive".Eduardo Julian2019-09-0714-314/+314
|
* Modified compiler's machinery to use the new abstractions for descriptors ↵Eduardo Julian2019-09-0716-813/+950
| | | | and signatures.
* JVM type -> Lux type machinery based on signature parsing.Eduardo Julian2019-08-232-89/+133
|
* Parser for JVM types.Eduardo Julian2019-08-225-132/+196
|
* Factored-out the different categories of JVM types.Eduardo Julian2019-08-215-124/+84
|
* A unified type module to tie together the different JVM kinds of type.Eduardo Julian2019-08-211-207/+209
|
* Improved machinery in "lux/target/jvm/type/reflection".Eduardo Julian2019-08-203-50/+74
|
* Moved signature machinery to "lux/target/jvm/type/signature".Eduardo Julian2019-08-205-133/+160
|
* Renamed "lux/target/jvm/descriptor" to "lux/target/jvm/type/descriptor".Eduardo Julian2019-08-201-10/+12
|
* WIP: Make new-luxc instructions rely on the Descriptor type.Eduardo Julian2019-08-2022-152/+155
|
* Implemented TABLESWITCH and LOOKUPSWITCH instructions.Eduardo Julian2019-08-124-37/+216
|
* Got the new compiler working again.Eduardo Julian2019-08-103-6/+6
|
* WIP: JVM function generation.Eduardo Julian2019-08-1017-35/+548
|
* Ported JVM reference generation to the new JVM bytecode machinery.Eduardo Julian2019-07-3122-43/+141
|
* No more "n/"-prefixed functions.Eduardo Julian2019-07-26181-1463/+1714
|
* No more "i/"-prefixed functions.Eduardo Julian2019-07-2548-412/+472
|
* No more "r/"-prefixed functions.Eduardo Julian2019-07-2410-277/+281
|
* No more "f/"-prefixed functions.Eduardo Julian2019-07-2445-634/+749
| | | + No more "m/"-prefixed functions.
* Got rid of the "Number" abstraction.Eduardo Julian2019-07-2420-286/+203
|