aboutsummaryrefslogtreecommitdiff
path: root/luxc/src/lux/compiler/js/rt.clj (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-06- Removed (outdated) JS back-end from old LuxC.Eduardo Julian1-863/+0
2017-09-04- Re-named "real" numbers to "frac"(tions).Eduardo Julian1-2/+2
2017-05-07- Fully implemented Deg encoding/decoding in pure Lux.Eduardo Julian1-112/+0
2017-04-17- Improved the precision of (Deg)ree division.Eduardo Julian1-1/+17
2017-04-03- Implemented Int encoding/decoding in the standard library.Eduardo Julian1-65/+0
2017-03-30- Nat encoding/decoding is now implemented in the standard library.Eduardo Julian1-37/+0
2017-03-28- Removed the ["jvm" "try"] procedure.Eduardo Julian1-1/+4
2017-03-24- Added code for the special case of dividing by a 32-bit divisor.Eduardo Julian1-10/+65
2017-03-22- LuxRT functions/constants now live in the top-level namespace, instead of i...Eduardo Julian1-284/+280
2017-03-21- Implemented Nat division, using a partial implementation of big integers.Eduardo Julian1-4/+220
2017-03-15- Implemented custom JS host procedures.Eduardo Julian1-1/+16
2017-03-13- Implemented missing degree functions.Eduardo Julian1-409/+100
2017-03-12- Implemented natural decoding.Eduardo Julian1-102/+36
2017-03-11- Partially implemented natural division and remainder.Eduardo Julian1-165/+62
2017-03-05- Added temporary implementations for Nat division and remainder.Eduardo Julian1-1/+40
2017-02-27- console.log is now defined when starting compilation, and not when LuxRT is...Eduardo Julian1-2/+1
2017-02-27- Implemented degree encoding.Eduardo Julian1-245/+54
2017-02-26- Added try-catch procedure to JS backend.Eduardo Julian1-1/+13
2017-02-26- Implemented bitwise operations in JS.Eduardo Julian1-0/+72
2017-02-22- Implemented a variety of new procedures for text, chars, math and arrays.Eduardo Julian1-4/+32
2017-02-17- Added more common procedures.Eduardo Julian1-0/+11
2017-02-16- Implemented several new procedures.Eduardo Julian1-13/+95
2017-02-11- Now doing common array analysis/compilation.Eduardo Julian1-84/+194
2017-02-07- Reorganized the code related to _lux_proc a bit.Eduardo Julian1-38/+135
2017-02-02- Improved conversions to/from JS.Eduardo Julian1-3/+4
2017-02-01- WIP: Code for compiling Lux to JavaScript. Can handle some complex expressi...Eduardo Julian1-0/+994