aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Changed the prefixes of numeric functions.Eduardo Julian2017-11-2753-1007/+991
|
* - Changed to the new relative imports syntax.Eduardo Julian2017-11-2617-68/+68
|
* - Added REPL.Eduardo Julian2017-11-232-3/+14
|
* - Added console I/O.Eduardo Julian2017-11-231-0/+74
|
* - Fixed some bugs.Eduardo Julian2017-11-2213-111/+200
| | | | - Some refactoring. - Added some alternative snippets of code that new-luxc can handle better.
* - Fixed some bugs.Eduardo Julian2017-11-218-85/+58
| | | - Some small refactoring.
* - Added parallel compilation.Eduardo Julian2017-11-2012-166/+205
| | | | | - Added aliasing. - Several bug fixes. - Some minor refactoring.
* - Added "Process" type for IO operations that can fail.Eduardo Julian2017-11-161-10/+39
|
* - Re-named "lux/meta" to to "lux/macro".Eduardo Julian2017-11-1544-289/+289
|
* - Moved "/type/*" to from "lux/meta/" to "lux/".Eduardo Julian2017-11-1519-107/+107
|
* - Moved "/type" and "/type/check" from "lux/meta" to "lux/lang".Eduardo Julian2017-11-1512-34/+34
|
* - Re-named "lux/meta/type/auto" to "lux/meta/type/implicit".Eduardo Julian2017-11-152-1/+1
|
* - Moved "luxc/lang/syntax" to "lux/lang/syntax".Eduardo Julian2017-11-151-0/+623
| | | - Minor refactoring.
* - Moved type-cleaning to lux/meta/type/check.Eduardo Julian2017-11-151-1/+37
|
* - Small refactoring.Eduardo Julian2017-11-142-61/+61
|
* - Made "lux text clip" work like it used to.Eduardo Julian2017-11-142-36/+37
|
* - Removed "lux text last-index" procedure.Eduardo Julian2017-11-145-72/+73
| | | | | - Removed "lux text trim" procedure. - Modified "lux text clip" procedure. - Some bug fixes.
* - Yet more refactoring.Eduardo Julian2017-11-141-138/+87
|
* - Improved handling of type variables.Eduardo Julian2017-11-131-10/+21
|
* - Type-vars no longer get deleted.Eduardo Julian2017-11-135-131/+60
| | | - Fixed some bugs.
* - Fixed some bugs.Eduardo Julian2017-11-122-172/+211
| | | | - Improved error reporting. - Optimized pattern-matching a bit.
* - Changed how Lux procedures work on the old compiler and the stdlib.Eduardo Julian2017-11-0614-290/+282
|
* - Improved "let>"'s design.Eduardo Julian2017-11-061-7/+4
|
* - Now, all special forms are handled as procedures.Eduardo Julian2017-10-314-19/+19
| | | - "lux case" now takes its branches as a non-empty record.
* - Added a new piece of compiler state, just for storing the current-module.Eduardo Julian2017-10-261-57/+52
|
* - Fixed random text generation to avoid characters in invalid Unicode ranges.Eduardo Julian2017-10-261-11/+91
|
* - Fixed some small defects.Eduardo Julian2017-10-263-54/+71
|
* - WIP: Wiring everything to get the compiler to work fully.Eduardo Julian2017-10-261-3/+4
| | | - Fixed a bug when combining field/method/class modifiers.
* - Changed the way some special forms work.Eduardo Julian2017-10-257-48/+50
|
* - Better names for piping macros.Eduardo Julian2017-10-221-33/+26
|
* - Fixed some type-checking errors.Eduardo Julian2017-10-221-20/+31
|
* - Added circular rings of type-variables to keep track of unified variables ↵Eduardo Julian2017-10-211-111/+261
| | | | during type-checking.
* - Re-named "Host" to "Primitive".Eduardo Julian2017-10-2011-48/+48
|
* - Restored the capacity to get the failing seed.Eduardo Julian2017-10-201-29/+18
|
* - Replaced the "#seed" and "#times" options for "seed" and "times" test ↵Eduardo Julian2017-10-202-178/+134
| | | | combinators.
* - Implemented an more comfortable alternative to "with-expansions".Eduardo Julian2017-10-192-134/+128
|
* - Fixed a bug when converting an array into a list (also improved the ↵Eduardo Julian2017-10-181-11/+13
| | | | performance).
* - Simplified CLI.Eduardo Julian2017-10-171-46/+40
| | | - Added way to parse CLI argument anywhere within the inputs.
* - Added custom "run" function for Syntax.Eduardo Julian2017-10-171-31/+34
|
* - Re-named "Lux" type to "Meta".Eduardo Julian2017-10-1653-481/+480
| | | - Moved lux/type/* under lux/meta/*.
* - Re-named "Vector" to "Sequence" to avoid confusion with mathematical vectors.Eduardo Julian2017-10-168-109/+106
|
* - Removed the useless Seq type.Eduardo Julian2017-10-162-282/+0
|
* - Re-named "Result" type back to "Error".Eduardo Julian2017-10-1629-552/+552
|
* - Re-named lux/control/parser;opt to lux/control/parser;maybe.Eduardo Julian2017-10-1616-44/+44
|
* - Re-named lux/world/fs to lux/world/file.Eduardo Julian2017-10-161-0/+0
|
* - Moved Array type to lux.lux.Eduardo Julian2017-10-1611-444/+435
| | | | - Re-named some array functions. - Minor refactorings.
* - Renamed "%r" to "%f".Eduardo Julian2017-10-122-2/+2
|
* - Small refactorings.Eduardo Julian2017-10-113-44/+50
|
* - Added monoid composition.Eduardo Julian2017-10-115-5/+13
|
* - Eliminated the Anns and Ann-Value types, and now only using Code for ↵Eduardo Julian2017-10-119-221/+232
| | | | definition annotations.