aboutsummaryrefslogtreecommitdiff
path: root/luxc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* No more multi-line text.Eduardo Julian2018-08-221-27/+12
* No more multi-line comments.Eduardo Julian2018-08-221-16/+1
* Some refactoring.Eduardo Julian2018-08-202-9/+13
* - Fixed ordering issue with Lux arithmetic extensions.Eduardo Julian2018-08-201-2/+2
* - Fixed common translation tests for JVM.Eduardo Julian2018-08-113-43/+38
* Some small improvements and fixes.Eduardo Julian2018-08-051-3/+5
* Moved statement-state initialization o "lux/compiler/default/init".Eduardo Julian2018-08-021-2/+2
* Now implementing box functionality in stdlib instead of the compiler.Eduardo Julian2018-07-312-87/+0
* Now implementing array functionality in stdlib instead of the compiler.Eduardo Julian2018-07-312-158/+0
* Now implementing process functionality in stdlib instead of the compiler.Eduardo Julian2018-07-314-138/+2
* Now implementing atom functionality in stdlib instead of the compiler.Eduardo Julian2018-07-312-77/+0
* Now implementing math functionality in stdlib instead of the compiler.Eduardo Julian2018-07-302-102/+0
* Removed temporary "|" prefix on Nat.Eduardo Julian2018-07-282-2/+2
* Added "+" sign to positive Int.Eduardo Julian2018-07-281-3/+2
* Temporary commit to get rid of "+" signs for Nat.Eduardo Julian2018-07-282-4/+5
* Re-named "Symbol" to "Identifier".Eduardo Julian2018-07-2111-30/+30
* - New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian2018-07-142-2/+2
* 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