aboutsummaryrefslogtreecommitdiff
path: root/luxc/src/lux/analyser/proc/jvm.clj (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-04Re-named old luxc-jvm to lux-bootstrapper.Eduardo Julian1-1082/+0
2020-10-07Re-named "Cursor" type to "Location".Eduardo Julian1-57/+57
2018-08-29Method imports are now done as macros instead of functions.Eduardo Julian1-135/+145
2018-08-05Some small improvements and fixes.Eduardo Julian1-3/+5
2018-07-13Re-named "Bool" type to "Bit".Eduardo Julian1-17/+17
2018-07-04- Re-named Bound to Paremeter.Eduardo Julian1-3/+3
2018-05-20- Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian1-8/+8
2018-05-05- Removed Void and Unit as kinds of types.Eduardo Julian1-7/+7
2018-05-05- Got the old compiler to compile again.Eduardo Julian1-39/+52
2017-12-05- Brought luxc and new-luxc closer together.Eduardo Julian1-64/+64
2017-11-06- Changed how Lux procedures work on the old compiler and the stdlib.Eduardo Julian1-153/+155
2017-10-20- Re-named "Host" to "Primitive".Eduardo Julian1-37/+37
2017-08-22- Added array operations for primitive arrays.Eduardo Julian1-0/+16
2017-06-21- Renamed "App" to "Apply" and swapped the order of the arguments to it.Eduardo Julian1-1/+1
2017-05-07- Removed "T" suffix from Type's tags.Eduardo Julian1-53/+53
2017-05-03- Removed the "S" suffix from AST tags.Eduardo Julian1-3/+3
2017-04-10- Renamed _lux_lambda to _lux_function.Eduardo Julian1-1/+0
2017-04-05- Made some improvements to error messages in the compiler.Eduardo Julian1-4/+6
2017-03-28- Removed the ["jvm" "try"] procedure.Eduardo Julian1-78/+12
2017-02-11- Now doing common array analysis/compilation.Eduardo Julian1-40/+0
2017-02-07- Reorganized the code related to _lux_proc a bit.Eduardo Julian1-428/+140
2017-02-05- Added support for compiling _lux_proc (some procedures).Eduardo Julian1-0/+73
2017-02-01- Now wrapping macros to make sure all macros can be invoked, regardless of w...Eduardo Julian1-1/+1
2017-01-30- The data for checking which exceptions are being catched has been moved fro...Eduardo Julian1-4/+3
2017-01-29- Major refactoring to make it easier to introduce the new (JS) backend.Eduardo Julian1-2/+2
2017-01-26- Changed the license from MPL 2.0 to MIT.Eduardo Julian1-5/+0
2017-01-25- Renamed lux/data/struct/tree to lux/data/struct/tree/rose.Eduardo Julian1-32/+32
2016-12-18- Better error messages when analysing classes, interfaces and anonymous cla...Eduardo Julian1-9/+12
2016-12-06- Updated lux/host tests.Eduardo Julian1-2/+2
2016-12-04- Removed "monitorenter" and "monitorexit" procedures.Eduardo Julian1-17/+0
2016-12-01- Collected the Lux compiler's repo, the Standard Library's, the Leiningen pl...Eduardo Julian1-0/+0
2016-11-26- Now better catching any runtime errors related to compiled defs.Eduardo Julian1-0/+1
2016-11-13- Added a new way to handle synchronized blocks.Eduardo Julian1-0/+10
2016-10-11- Optimized the compiler code by dealing with the reflection warnings.Eduardo Julian1-1/+1
2016-10-11- Better log printing.Eduardo Julian1-2/+2
2016-10-11- Finished a working implementation of parallel compilation, that doesn't rel...Eduardo Julian1-2/+2
2016-09-30- Added (almost) all the operations for implementing fractions in the compiler.Eduardo Julian1-30/+81
2016-09-23- Added conversions between byte/short and long.Eduardo Julian1-2/+20
2016-09-22- java.lang.Error and its subclasses don't get checked anymore.Eduardo Julian1-1/+2
2016-08-16- Improved support for Nat.Eduardo Julian1-19/+38
2016-08-14- Added support for natural numbers (unsigned integers).Eduardo Julian1-0/+62
2016-07-30- Scope-names are no longer being reversed when generated, but only when comp...Eduardo Julian1-1/+1
2016-07-24- Added the [bit count] procedure.Eduardo Julian1-1/+10
2016-07-23- Added object/reference/pointer testing.Eduardo Julian1-0/+15
2016-07-13- Added bitwise operations.Eduardo Julian1-0/+39
2016-07-10- The compiler no longer complains about not catching RuntimeException and it...Eduardo Julian1-29/+43
2016-06-19- Fixed a bug in the way type-vars were flowing when type-checking JVM method...Eduardo Julian1-8/+8
2016-06-13- Implemented a procedure for loading JVM classes.Eduardo Julian1-0/+14
2016-05-22- Fixed that bug that was causing method definitions to be set as final and w...Eduardo Julian1-1/+0
2016-05-22- Added Tail-Recursion Optimization.Eduardo Julian1-2/+2