aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* FIX the names of function classes are now prefixed with their originating mod...Eduardo Julian2019-12-297-34/+77
* Optimized pattern-matching against variants.Eduardo Julian2019-12-283-160/+136
* Implemented an alternative method for extensible JVM bytecode generation.Eduardo Julian2019-12-287-47/+942
* Falling back to using the old method of JVM generation while I properly debug...Eduardo Julian2019-12-279-53/+314
* Bug fixes.Eduardo Julian2019-12-2618-166/+165
* Optimized LuxRuntime::case and fixed a few bugs.Eduardo Julian2019-12-2515-53/+108
* Ported program generation, host environment and packaging machinery to stdlib.Eduardo Julian2019-12-2418-447/+580
* Properly track how the stack changes in the presence of discontinuities.Eduardo Julian2019-12-216-128/+272
* Ported JVM host extension generation to the new JVM bytecode machinery.Eduardo Julian2019-11-2123-4/+1194
* Minor adjustments.Eduardo Julian2019-11-1831-457/+479
* 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-0754-561/+2251
* Almost completely ported JVM runtime generation to the new JVM bytecode machi...Eduardo Julian2019-10-2725-659/+1356
* Ported JVM common extension generation to the new JVM bytecode machinery.Eduardo Julian2019-10-178-25/+549
* CHANGE shifting forged labels to avoid accidental collisions with legitimate ...Eduardo Julian2019-10-175-11/+23
* FIX old compiler could allow aliases to be defined more than onceEduardo Julian2019-10-173-7/+11
* Ported JVM pattern-matching & loop generation to the new JVM bytecode machinery.Eduardo Julian2019-10-1710-52/+493
* Ported JVM function generation to the new JVM bytecode machinery.Eduardo Julian2019-10-1629-366/+684
* Now allowing types for methods.Eduardo Julian2019-10-1610-116/+132
* Small refactoringEduardo Julian2019-10-164-31/+30
* Compiler extensions have been tested to work.Eduardo Julian2019-10-1518-93/+454
* The new compiler can compile & run the stdlib's test suite.Eduardo Julian2019-10-146-83/+145
* 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 filefachammer2019-09-181-0/+0
* | 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 did...Eduardo Julian2019-09-182-2/+5
* | 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