aboutsummaryrefslogtreecommitdiff
path: root/stdlib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Brought luxc and new-luxc closer together.Eduardo Julian2017-12-058-207/+136
|
* - Added analysis, synthesis, translation and statement extensions.Eduardo Julian2017-12-052-18/+25
| | | | - No longer doing ad-hoc I/O in new-luxc. - Minor fixes and adjustments.
* - No longer using BufferedReader for console input.Eduardo Julian2017-12-041-24/+51
|
* - lux/world/file now works with Process, instead of Task.Eduardo Julian2017-12-042-125/+133
|
* - No longer deleting type-vars in luxc, to better match it with the ↵Eduardo Julian2017-12-048-141/+124
| | | | | type-checking in new-luxc. - Fixed some minor bugs and inconsistencies.
* - Implemented unit types on top of abstract types.Eduardo Julian2017-12-043-44/+36
|
* - Re-named "Def" to "Definition".Eduardo Julian2017-12-047-103/+103
|
* - Added location information to syntax errors.Eduardo Julian2017-12-031-1/+4
|
* - Fixed some small issues uncovered by new-luxc.Eduardo Julian2017-12-035-13/+16
|
* - Added some ~! to some macros to stop them from imposing dependencies.Eduardo Julian2017-12-025-46/+52
| | | - Added some code to "lux.type" so it can handle "lux in-module".
* - "gensym" went back to producing Code, instead of Ident.Eduardo Julian2017-12-0219-268/+258
|
* - Added context-sensitive macro-expansion by means of "lux in-module", and ↵Eduardo Julian2017-12-0227-348/+236
| | | | | | removed all the (now unnecessary) #hidden tags. - Fixed a bug when loading the imports from the cache. - Added special notation for context-sensitive macro-expansion.
* - Added new "lux in-module" procedure for changing the module while ↵Eduardo Julian2017-12-021-7/+13
| | | | analysing an expression.
* - Changed some of the syntax for macro templating.Eduardo Julian2017-12-0131-731/+739
| | | - "gensym" now produces Ident instead of Code.
* - Made it so that module annotations can only be set once now.Eduardo Julian2017-12-011-2/+2
|
* - Changed the way test durations are shown.Eduardo Julian2017-12-011-1/+1
|
* - Re-named lux/type/opaque to lux/type/abstract.Eduardo Julian2017-11-2910-52/+52
|
* - Changed the identifier separator, from the semi-colon (;) to the ↵Eduardo Julian2017-11-29180-10027/+10033
| | | | period/dot (.).
* - Re-named the "." function to "compose" and moved it to lux/function.Eduardo Julian2017-11-2824-183/+183
|
* - Changed the syntax involved in JVM host-interop.Eduardo Julian2017-11-2712-373/+350
|
* - Got rid of even more dots.Eduardo Julian2017-11-2774-293/+294
|
* - Changed the prefixes of numeric functions.Eduardo Julian2017-11-27116-1774/+1756
|
* - Changed to the new relative imports syntax.Eduardo Julian2017-11-2623-184/+186
|
* - Added REPL.Eduardo Julian2017-11-232-3/+14
|
* - Added console I/O.Eduardo Julian2017-11-232-1/+76
|
* - 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-2112-419/+404
| | | - Some small refactoring.
* - Added parallel compilation.Eduardo Julian2017-11-2016-199/+246
| | | | | - Added aliasing. - Several bug fixes. - Some minor refactoring.
* - Added "Process" type for IO operations that can fail.Eduardo Julian2017-11-164-19/+48
|
* - Re-named "lux/meta" to to "lux/macro".Eduardo Julian2017-11-1554-336/+336
|
* - Moved "/type/*" to from "lux/meta/" to "lux/".Eduardo Julian2017-11-1523-119/+119
|
* - Moved "/type" and "/type/check" from "lux/meta" to "lux/lang".Eduardo Julian2017-11-1516-51/+48
|
* - Re-named "lux/meta/type/auto" to "lux/meta/type/implicit".Eduardo Julian2017-11-154-3/+3
|
* - Moved "luxc/lang/syntax" to "lux/lang/syntax".Eduardo Julian2017-11-153-0/+857
| | | - Minor refactoring.
* - Moved type-cleaning to lux/meta/type/check.Eduardo Julian2017-11-151-1/+37
|
* - Small refactoring.Eduardo Julian2017-11-142-61/+61
|
* - Modified the syntax for module definitions.Eduardo Julian2017-11-141-1/+1
| | | - Fixed some bugs.
* - Made "lux text clip" work like it used to.Eduardo Julian2017-11-143-44/+39
|
* - Fixed some bugs.Eduardo Julian2017-11-141-15/+42
| | | - new-luxc can now fully compile lux.lux!
* - Removed "lux text last-index" procedure.Eduardo Julian2017-11-148-134/+134
| | | | | - Removed "lux text trim" procedure. - Modified "lux text clip" procedure. - Some bug fixes.
* - Yet more refactoring.Eduardo Julian2017-11-142-166/+118
|
* - Improved handling of type variables.Eduardo Julian2017-11-131-10/+21
|
* - Type-vars no longer get deleted.Eduardo Julian2017-11-137-208/+114
| | | - Fixed some bugs.
* - Fixed some bugs.Eduardo Julian2017-11-123-451/+491
| | | | - Improved error reporting. - Optimized pattern-matching a bit.
* - Changed how Lux procedures work on the old compiler and the stdlib.Eduardo Julian2017-11-0617-382/+374
|
* - Improved "let>"'s design.Eduardo Julian2017-11-061-7/+4
|
* - "^code" can now be used as a normal macro, when pattern-matching using the ↵Eduardo Julian2017-10-311-1/+6
| | | | "^" macro.
* - Now, all special forms are handled as procedures.Eduardo Julian2017-10-315-1162/+1162
| | | - "lux case" now takes its branches as a non-empty record.
* - Added "^code" pattern-matching macro for easier handling of code.Eduardo Julian2017-10-301-0/+76
|
* - Added "lux check type" to old compiler.Eduardo Julian2017-10-301-9/+9
|