aboutsummaryrefslogtreecommitdiff
path: root/luxc/src/lux/compiler (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* - No longer deleting type-vars in luxc, to better match it with the type-chec...Eduardo Julian2017-12-041-1/+1
* - Added context-sensitive macro-expansion by means of "lux in-module", and re...Eduardo Julian2017-12-022-8/+5
* - Made it so that module annotations can only be set once now.Eduardo Julian2017-12-012-7/+20
* - Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian2017-11-295-12/+10
* - Fixed some bugs.Eduardo Julian2017-11-221-19/+4
* - Fixed some bugs.Eduardo Julian2017-11-212-44/+44
* - Made "lux text clip" work like it used to.Eduardo Julian2017-11-142-12/+23
* - Removed "lux text last-index" procedure.Eduardo Julian2017-11-142-25/+10
* - Type-vars no longer get deleted.Eduardo Julian2017-11-132-4/+4
* - Re-named "Host" to "Primitive".Eduardo Julian2017-10-202-11/+11
* - Added "for" macro to specify platform-dependent code.Eduardo Julian2017-10-174-4/+4
* - Eliminated the Anns and Ann-Value types, and now only using Code for defini...Eduardo Julian2017-10-115-102/+101
* - Now using strict floating point math on the JVM.Eduardo Julian2017-09-041-3/+3
* - Re-named "real" numbers to "frac"(tions).Eduardo Julian2017-09-0410-97/+97
* - Added array operations for primitive arrays.Eduardo Julian2017-08-221-0/+16
* - Error messages on the JVM now include the stack-trace.Eduardo Julian2017-07-031-5/+27