aboutsummaryrefslogtreecommitdiff
path: root/luxc/src/lux/analyser/proc/common.clj (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Removed "T" suffix from Type's tags.Eduardo Julian2017-05-071-16/+16
* - Fully implemented Deg encoding/decoding in pure Lux.Eduardo Julian2017-05-071-3/+0
* - Implemented Int encoding/decoding in the standard library.Eduardo Julian2017-04-031-3/+0
* - Nat encoding/decoding is now implemented in the standard library.Eduardo Julian2017-03-301-3/+0
* - Added ["deg" "reciprocal"] procedure.Eduardo Julian2017-03-281-8/+14
* - Expanded the lux/control/interval module.Eduardo Julian2017-03-271-0/+2
* - Added a new try-catch procedure.Eduardo Julian2017-02-261-1/+14
* - Implemented math procedures for JS.Eduardo Julian2017-02-261-4/+0
* - Exiting the program and getting the current time (in milliseconds) is now d...Eduardo Julian2017-02-251-4/+15
* - Re-designed (and implemented) the primitives for running processes/threads ...Eduardo Julian2017-02-231-0/+31
* - Re-designed atomic operations as common procedures.Eduardo Julian2017-02-231-0/+39
* - Implemented a variety of new procedures for text, chars, math and arrays.Eduardo Julian2017-02-221-16/+124
* - Added more common procedures.Eduardo Julian2017-02-171-18/+38
* - Implemented several new procedures.Eduardo Julian2017-02-161-21/+104
* - Now doing common array analysis/compilation.Eduardo Julian2017-02-111-9/+71
* - Reorganized the code related to _lux_proc a bit.Eduardo Julian2017-02-071-0/+288