aboutsummaryrefslogtreecommitdiff
path: root/luxc/src/lux/compiler (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed the (magical) "alias" annotations tag.Eduardo Julian2019-06-014-70/+47
* Various fixes and tweaks.Eduardo Julian2019-05-291-1/+1
* Removed the (magical) "export?" annotations tag.Eduardo Julian2019-05-245-45/+51
* Removed the (magical) "tags" annotations tag.Eduardo Julian2019-05-221-32/+5
* Removed the (magical) "imports" annotations tag.Eduardo Julian2019-05-221-7/+5
* Removed the useless #lux.type? annotation tag.Eduardo Julian2019-05-222-8/+3
* WIP: Anonymous classes analysis & generation.Eduardo Julian2019-05-091-3/+6
* Changed how the pattern-matching stack is built, in the hopes of optimizing p...Eduardo Julian2019-05-011-7/+7
* Now inlining the pattern-matching POP and PEEK operations.Eduardo Julian2019-05-012-23/+18
* Turned all "lux int ???" extensions to "lux i64 ???".Eduardo Julian2019-04-281-11/+8
* Turned all "lux frac ???" extensions to "lux f64 ???".Eduardo Julian2019-04-281-3/+3
* The old compiler is now identified with "old" instead of "jvm". This should h...Eduardo Julian2019-04-162-2/+2
* Improvements and fixes to "tuple//left" and "tuple//right".Eduardo Julian2019-04-121-37/+27
* Upgraded the tuple right-access mechanism to the new style.Eduardo Julian2019-04-073-81/+79
* - Upgrade the tuple left-access mechanism to the new style.Eduardo Julian2019-04-073-26/+33
* Removed the "translation/common" hierarchy.Eduardo Julian2019-03-061-5/+5
* Some micro-optimizations.Eduardo Julian2018-08-241-11/+14
* Added a special compiler optimization to pattern-match on characters faster.Eduardo Julian2018-08-231-1/+39
* "lux text char" is now unsafe/optimized.Eduardo Julian2018-08-232-27/+4
* Optimized text clipping.Eduardo Julian2018-08-232-44/+22
* - Fixed common translation tests for JVM.Eduardo Julian2018-08-113-43/+38
* Now implementing box functionality in stdlib instead of the compiler.Eduardo Julian2018-07-311-48/+0
* Now implementing array functionality in stdlib instead of the compiler.Eduardo Julian2018-07-311-98/+0
* Now implementing process functionality in stdlib instead of the compiler.Eduardo Julian2018-07-313-119/+2
* Now implementing atom functionality in stdlib instead of the compiler.Eduardo Julian2018-07-311-41/+0
* Now implementing math functionality in stdlib instead of the compiler.Eduardo Julian2018-07-301-56/+0
* Re-named "Symbol" to "Identifier".Eduardo Julian2018-07-213-9/+9
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-136-15/+20
* - Removed "lux text hash" extension.Eduardo Julian2018-07-111-2/+0
* - Got rid of "lux text replace-once" and "lux text replace-all" extensions.Eduardo Julian2018-07-111-32/+0
* - Re-named "degree" to "revolution".Eduardo Julian2018-07-044-7/+7
* - Re-named Bound to Paremeter.Eduardo Julian2018-07-041-3/+3
* - Implemented not-a-number and both infinities in pure Lux.Eduardo Julian2018-07-041-7/+0
* - Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian2018-05-201-1/+1
* - Added new #I64 type as foundation for types based on 64-bit integers.Eduardo Julian2018-05-131-65/+52
* - Re-named "Compiler" type to "Lux".Eduardo Julian2018-05-101-2/+2
* - Re-named "lux process concurrency-level" to "lux process parallelism-level".Eduardo Julian2018-05-082-27/+2
* - Improved the way "lux program" is analysed and compiled.Eduardo Julian2018-05-081-5/+5
* - Implemented bit-count in pure Lux.Eduardo Julian2018-05-071-12/+0
* - Implemented Deg functionality in pure Lux.Eduardo Julian2018-05-072-254/+0
* - Removed (outdated) JS back-end from old LuxC.Eduardo Julian2018-05-067-2373/+0
* - Implemented Nat functionality in pure Lux.Eduardo Julian2018-05-062-221/+12
* - Re-named shift-left -> left-shift, shift-right -> logical-right-shift, sign...Eduardo Julian2018-05-062-12/+12
* - Removed "lux text upper" and "lux text lower" procedures.Eduardo Julian2018-05-062-30/+0
* - Removed Void and Unit as kinds of types.Eduardo Julian2018-05-052-47/+31
* - Got the old compiler to compile again.Eduardo Julian2018-05-052-95/+62
* - Implemented some math functions in pure Lux, to reduce the needs of the com...Eduardo Julian2018-04-052-30/+0
* - Removed the "root2" and "root3" host procedures (their functionality is red...Eduardo Julian2018-02-242-8/+0
* - Added safe (single-threaded) mutation.Eduardo Julian2017-12-311-0/+48
* - Brought luxc and new-luxc closer together.Eduardo Julian2017-12-051-59/+59