aboutsummaryrefslogtreecommitdiff
path: root/luxc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-1319-107/+112
* - Fixes for compiler build [part 0].Eduardo Julian2018-07-131-1/+3
* - Removed "lux text hash" extension.Eduardo Julian2018-07-112-4/+0
* - Got rid of "lux text replace-once" and "lux text replace-all" extensions.Eduardo Julian2018-07-112-57/+0
* - Fixes: Part 0.Eduardo Julian2018-07-091-1/+1
* - Improved syntax for functions.Eduardo Julian2018-07-071-8/+8
* - Improved syntax for pattern-matching.Eduardo Julian2018-07-071-5/+5
* - Re-named "degree" to "revolution".Eduardo Julian2018-07-0413-84/+84
* - Re-named Bound to Paremeter.Eduardo Julian2018-07-049-58/+58
* - Deleted useless old LuxC tests.Eduardo Julian2018-07-044-1056/+0
* - Implemented not-a-number and both infinities in pure Lux.Eduardo Julian2018-07-042-13/+0
* - Improved syntax for numeric literals by allowing arbitrary zeroes (0) at th...Eduardo Julian2018-07-031-4/+4
* - Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian2018-05-2013-147/+49
* - Added new #I64 type as foundation for types based on 64-bit integers.Eduardo Julian2018-05-134-131/+139
* - Re-named "Compiler" type to "Lux".Eduardo Julian2018-05-103-18/+16
* - Re-named "lux process concurrency-level" to "lux process parallelism-level".Eduardo Julian2018-05-083-39/+5
* - Improved the way "lux program" is analysed and compiled.Eduardo Julian2018-05-083-18/+13
* - Implemented bit-count in pure Lux.Eduardo Julian2018-05-072-21/+0
* - Implemented Deg functionality in pure Lux.Eduardo Julian2018-05-073-296/+0
* - Removed (outdated) JS back-end from old LuxC.Eduardo Julian2018-05-068-2381/+3
* - Implemented Nat functionality in pure Lux.Eduardo Julian2018-05-063-258/+24
* - Re-named shift-left -> left-shift, shift-right -> logical-right-shift, sign...Eduardo Julian2018-05-063-18/+18
* - Removed "lux text upper" and "lux text lower" procedures.Eduardo Julian2018-05-063-47/+0
* - Removed Void and Unit as kinds of types.Eduardo Julian2018-05-0514-200/+225
* - Got the old compiler to compile again.Eduardo Julian2018-05-055-348/+334
* - Implemented some math functions in pure Lux, to reduce the needs of the com...Eduardo Julian2018-04-053-40/+0
* - Removed the "root2" and "root3" host procedures (their functionality is red...Eduardo Julian2018-02-243-12/+0
* - Fixed how type-application is text-encoded in old compiler.Eduardo Julian2018-02-071-8/+10
* - Fixed some parsing errors affecting JVM interface analysis/compilation.Eduardo Julian2018-01-282-6/+29
* - Fixed a type-bug in old compiler.Eduardo Julian2018-01-231-1/+1
* - Fixed a bug during optimization in old luxc.Eduardo Julian2018-01-021-1/+1
* - Added safe (single-threaded) mutation.Eduardo Julian2017-12-313-2/+96
* - Fixed function application involving existential quantification in the old ...Eduardo Julian2017-12-281-3/+16
* - Added module for predicates.Eduardo Julian2017-12-251-2/+2
* - Brought luxc and new-luxc closer together.Eduardo Julian2017-12-052-123/+123
* - Added analysis, synthesis, translation and statement extensions.Eduardo Julian2017-12-051-0/+3
* - No longer deleting type-vars in luxc, to better match it with the type-chec...Eduardo Julian2017-12-043-50/+7
* - Added context-sensitive macro-expansion by means of "lux in-module", and re...Eduardo Julian2017-12-025-17/+40
* - Added new "lux in-module" procedure for changing the module while analysing...Eduardo Julian2017-12-022-0/+17
* - Made it so that module annotations can only be set once now.Eduardo Julian2017-12-013-9/+22
* - Forgot to commit separator change for this file...Eduardo Julian2017-11-291-1/+1
* - Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian2017-11-298-25/+26
* - Fixed some bugs.Eduardo Julian2017-11-222-38/+9
* - Fixed some bugs.Eduardo Julian2017-11-213-66/+66
* - Modified the syntax for module definitions.Eduardo Julian2017-11-141-12/+5
* - Made "lux text clip" work like it used to.Eduardo Julian2017-11-143-15/+24
* - Removed "lux text last-index" procedure.Eduardo Julian2017-11-143-28/+11
* - Type-vars no longer get deleted.Eduardo Julian2017-11-133-6/+6
* - Changed how Lux procedures work on the old compiler and the stdlib.Eduardo Julian2017-11-063-330/+295
* - Now, all special forms are handled as procedures.Eduardo Julian2017-10-312-5/+3