aboutsummaryrefslogtreecommitdiff
path: root/lux-bootstrapper/src/lux/compiler/jvm/proc/common.clj (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-12- Removed CHECKCASTs related to make_none and make_some.Eduardo Julian1-2/+2
2017-04-03- Implemented Int encoding/decoding in the standard library.Eduardo Julian1-3/+0
2017-03-30- Nat encoding/decoding is now implemented in the standard library.Eduardo Julian1-3/+0
2017-03-28- Added ["deg" "reciprocal"] procedure.Eduardo Julian1-0/+2
2017-03-27- Expanded the lux/control/interval module.Eduardo Julian1-0/+2
2017-03-21- Fixed a bug when compiling the ["io" "exit"] procedure on the JVM.Eduardo Julian1-1/+2
2017-02-26- Added a new try-catch procedure.Eduardo Julian1-1/+11
2017-02-26- Implemented math procedures for JS.Eduardo Julian1-4/+0
2017-02-25- Exiting the program and getting the current time (in milliseconds) is now d...Eduardo Julian1-1/+22
2017-02-23- Re-designed (and implemented) the primitives for running processes/threads ...Eduardo Julian1-0/+39
2017-02-23- Re-designed atomic operations as common procedures.Eduardo Julian1-14/+55
2017-02-22- Implemented a variety of new procedures for text, chars, math and arrays.Eduardo Julian1-16/+190
2017-02-17- Added support for the new common procedures to the JVM backend.Eduardo Julian1-21/+84
2017-02-16- Implemented several new procedures.Eduardo Julian1-10/+134
2017-02-11- Re-organized JVM-specific compilation a bit.Eduardo Julian1-0/+588