aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Small improvements + fixesEduardo Julian2019-10-108-167/+166
|
* Updated old luxc to work with latest the JVM (and changes in lux-lein)Eduardo Julian2019-10-0911-66/+55
|
* Updated lux-mode to work with the latest EmacsEduardo Julian2019-10-091-107/+110
|
* Updated lux-lein to work with latest JVM and LeiningenEduardo Julian2019-10-093-38/+68
|
* Merge pull request #51 from fachammer/masterEduardo Julián2019-09-191-0/+0
|\ | | | | rename documentation file to allow checkout on windows
| * rename documentation filefachammer2019-09-181-0/+0
| | | | | | | | | | '|' (pipe) is an illegal filename character on windows. having the pipe would prevent checking out the repository on windows
* | Now generating a "LuxProgram" class, instead of a "_" class.Eduardo Julian2019-09-182-15/+14
| |
* | 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-186-42/+177
| |
* | Some refactoring.Eduardo Julian2019-09-174-17/+26
|/
* Fixed some bugs related to JVM types.Eduardo Julian2019-09-1712-17/+30
|
* Added the ":let" macro to enable reuse of type fragments in larger types.Eduardo Julian2019-09-153-6/+23
|
* Implemented function memoization.Eduardo Julian2019-09-154-22/+147
|
* Implemented mixin-style function composition.Eduardo Julian2019-09-152-4/+69
|
* Added a small Markdown document explaining the syntax rules.Eduardo Julian2019-09-151-0/+179
|
* Disabled loop optimization in the old compiler.Eduardo Julian2019-09-151-9/+11
|
* Commented out the exclusion of the "org/ow2/asm/asm-all" dependency.Eduardo Julian2019-09-151-1/+2
|
* Got the tests running again.Eduardo Julian2019-09-1529-117/+161
|
* More fixes.Eduardo Julian2019-09-1420-573/+766
|
* Some fixes.Eduardo Julian2019-09-0812-817/+904
|
* 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-073-126/+230
|
* Renamed "Statement" to "Directive".Eduardo Julian2019-09-0718-332/+332
|
* Got rid of a useless parameter to the INVOKE instructions.Eduardo Julian2019-09-0713-93/+77
|
* Modified compiler's machinery to use the new abstractions for descriptors ↵Eduardo Julian2019-09-0740-1490/+1757
| | | | and signatures.
* JVM type -> Lux type machinery based on signature parsing.Eduardo Julian2019-08-232-89/+133
|
* Parser for JVM types.Eduardo Julian2019-08-227-132/+198
|
* 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-213-207/+211
|
* 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-2013-32/+39
|
* WIP: Make new-luxc instructions rely on the Descriptor type.Eduardo Julian2019-08-2036-790/+759
|
* Implemented TABLESWITCH and LOOKUPSWITCH instructions.Eduardo Julian2019-08-127-37/+223
|
* Got the new compiler working again.Eduardo Julian2019-08-1018-97/+86
|
* WIP: JVM function generation.Eduardo Julian2019-08-1018-35/+549
|
* Ported JVM reference generation to the new JVM bytecode machinery.Eduardo Julian2019-07-3134-51/+168
|
* No more "n/"-prefixed functions.Eduardo Julian2019-07-26182-1463/+1719
|
* 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
|
* Small improvements here and there.Eduardo Julian2019-07-2423-112/+447
|
* The "commands" file is now a Markdown file for better legibility.Eduardo Julian2019-07-242-124/+292
|
* * Re-named "Instruction" to "Bytecode".Eduardo Julian2019-07-0814-564/+563
| | | * Re-named "Program" to "Instruction".
* Added I32, I16 and I8.Eduardo Julian2019-07-0812-20/+228
|
* Ported JVM structure generation to the new JVM bytecode machinery.Eduardo Julian2019-07-078-25/+141
|
* Ported JVM primitive generation to the new JVM bytecode machinery.Eduardo Julian2019-07-076-7/+158
|
* Got long and double constants to work.Eduardo Julian2019-07-065-90/+179
|
* No more alternative row writers.Eduardo Julian2019-07-062-17/+16
|