aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/js/procedure (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved extension machinery over.Eduardo Julian2019-02-212-524/+0
* Now implementing box functionality in stdlib instead of the compiler.Eduardo Julian2018-07-311-22/+0
* Now implementing array functionality in stdlib instead of the compiler.Eduardo Julian2018-07-311-33/+0
* Now implementing process functionality in stdlib instead of the compiler.Eduardo Julian2018-07-311-20/+0
* Now implementing atom functionality in stdlib instead of the compiler.Eduardo Julian2018-07-311-22/+0
* Now implementing math functionality in stdlib instead of the compiler.Eduardo Julian2018-07-301-54/+0
* Re-named "Symbol" to "Identifier".Eduardo Julian2018-07-211-2/+2
* - Removed "lux text hash" extension.Eduardo Julian2018-07-111-2/+0
* - Removed stale machinery for "lux int min" and "lux int max".Eduardo Julian2018-07-111-9/+0
* - Got rid of "lux text replace-once" and "lux text replace-all" extensions.Eduardo Julian2018-07-111-27/+9
* - Implemented not-a-number and both infinities in pure Lux.Eduardo Julian2018-07-041-10/+1
* - Improved abstract types.Eduardo Julian2018-07-031-5/+0
* - Re-named "import" to "import:".Eduardo Julian2018-07-031-2/+2
* - WIP: Adjustments to new-luxc based on recent changes to stdlib.Eduardo Julian2018-06-151-2/+2
* - Re-named "lux process concurrency-level" to "lux process parallelism-level".Eduardo Julian2018-05-081-9/+2
* - Implemented bit-count in pure Lux.Eduardo Julian2018-05-071-5/+0
* - Implemented Deg functionality in pure Lux.Eduardo Julian2018-05-071-34/+0
* - Implemented Nat functionality in pure Lux.Eduardo Julian2018-05-061-41/+4
* - Re-named shift-left -> left-shift, shift-right -> logical-right-shift, sign...Eduardo Julian2018-05-061-6/+6
* - Removed "lux text upper" and "lux text lower" procedures.Eduardo Julian2018-05-061-5/+0
* - Updated new-luxc to the latest stdlib changes.Eduardo Julian2018-05-062-4/+4
* - Adapted new-luxc's code to latest stdlib changes.Eduardo Julian2018-04-061-12/+14
* - Initial Lua backend implementation.Eduardo Julian2018-03-061-8/+3
* - Removed the "root2" and "root3" host procedures (their functionality is red...Eduardo Julian2018-02-241-4/+0
* - Added a code-generation utility module for JS.Eduardo Julian2018-02-231-11/+12
* - Added all the missing tests for translation of common procedures.Eduardo Julian2018-02-231-2/+2
* - Added tests for JS procedure translation.Eduardo Julian2018-02-221-2/+2
* - Changed the format for variants in JS.Eduardo Julian2018-02-211-2/+2
* - Fixed the failing simple tests.Eduardo Julian2018-02-211-14/+24
* - Added "lux io exit" support for browsers running JS.Eduardo Julian2018-01-291-1/+7
* - Got JS backend to build with the rest of the new-luxc code.Eduardo Julian2018-01-282-45/+59
* - WIP: Host procedures for JS.Eduardo Julian2018-01-212-0/+782