aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/compiler/default (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-11Moved interpreter (REPL) code to stdlib.Eduardo Julian2-204/+2
2018-08-09- Fixes for eval.Eduardo Julian11-121/+184
2018-08-08- Re-defined the relationship between analysis and evaluation.Eduardo Julian12-227/+336
2018-08-08Small fixes.Eduardo Julian2-77/+84
2018-08-04Made some adjustments to fit stdlib's compiler infrastructure to new-luxc.Eduardo Julian1-2/+2
2018-08-03Moved default compiler process to stdlib (with caching temporarily disabled).Eduardo Julian7-34/+92
2018-08-03Moved "Array" type back into "lux/data/collection/array".Eduardo Julian1-1/+1
2018-08-02Replace the error-prone "n/range" calls with "indices".Eduardo Julian6-13/+13
2018-08-02Moved statement-state initialization o "lux/compiler/default/init".Eduardo Julian2-38/+40
2018-08-02Moved statement phase into stdlib.Eduardo Julian11-60/+308
2018-08-02Cleared out "lux/compiler/default" module off its contents to re-use the spac...Eduardo Julian4-8/+14
2018-07-31Now implementing box functionality in stdlib instead of the compiler.Eduardo Julian2-67/+1
2018-07-31Now implementing array functionality in stdlib instead of the compiler.Eduardo Julian2-66/+0
2018-07-31Now implementing process functionality in stdlib instead of the compiler.Eduardo Julian3-63/+2
2018-07-31Now implementing atom functionality in stdlib instead of the compiler.Eduardo Julian3-77/+6
2018-07-30Now implementing math functionality in stdlib instead of the compiler.Eduardo Julian2-50/+0
2018-07-30Updating new-luxc to latest Lux changes [Part 2].Eduardo Julian2-5/+5
2018-07-30Updating new-luxc to latest Lux changes [Part 1].Eduardo Julian2-2/+16
2018-07-30Updating new-luxc to latest Lux changes [Part 0].Eduardo Julian1-1/+1
2018-07-29Moved evaluation machinery from new-luxc to stdlib.Eduardo Julian5-2/+44
2018-07-28Added a caching layer to correlate host-specific names to Lux names.Eduardo Julian2-39/+69
2018-07-28Now providing labels/names for any intermediate definitions that might be nec...Eduardo Julian1-3/+8
2018-07-28Covered some missing bits.Eduardo Julian1-7/+7
2018-07-28Removed temporary "|" prefix on Nat.Eduardo Julian21-111/+111
2018-07-28Added "+" sign to positive Int.Eduardo Julian5-24/+24
2018-07-28Temporary commit to get rid of "+" signs for Nat.Eduardo Julian21-111/+111
2018-07-21Re-named "seq" to "and" and "alt" to "or".Eduardo Julian5-21/+21
2018-07-21Re-named "name-for" to "name-of".Eduardo Julian1-1/+1
2018-07-21Re-named "Symbol" to "Identifier".Eduardo Julian6-16/+16
2018-07-21Re-named "Ident" to "Name".Eduardo Julian9-66/+66
2018-07-21- Re-named "Compiler" to "Phase".Eduardo Julian43-0/+7698