aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Now using the new syntax for variants (even though they still work the old ↵Eduardo Julian2020-07-021-133/+133
| | | | way... for now)
* The "for" macro can now work directly with definitions. No text literals ↵Eduardo Julian2020-06-281-25/+43
| | | | necessary.
* Updated test for function optimization.Eduardo Julian2020-06-111-1/+1
|
* Parallel compilation for the new compiler(s).Eduardo Julian2020-05-161-22/+34
|
* Loading the artifacts from the cache and re-populating the analyser's state.Eduardo Julian2020-05-061-7/+7
|
* Fixed bugs while parsing modules' cached data.Eduardo Julian2020-05-051-2/+2
|
* Added some testing machinery to measure the code coverage of tests.Eduardo Julian2020-04-201-18/+18
|
* Tests for JVM bytecode machinery. [Part 5]Eduardo Julian2019-11-161-1/+3
|
* Added the ":let" macro to enable reuse of type fragments in larger types.Eduardo Julian2019-09-151-4/+19
|
* No more "n/"-prefixed functions.Eduardo Julian2019-07-261-119/+59
|
* No more "i/"-prefixed functions.Eduardo Julian2019-07-251-82/+23
|
* No more "r/"-prefixed functions.Eduardo Julian2019-07-241-135/+7
|
* No more "f/"-prefixed functions.Eduardo Julian2019-07-241-78/+3
| | | + No more "m/"-prefixed functions.
* Removed the (magical) "alias" annotations tag.Eduardo Julian2019-06-011-29/+65
|
* Applied several tweaks to make the code easier to process by the new compiler.Eduardo Julian2019-05-281-9/+23
|
* Removed the (magical) "export?" annotations tag.Eduardo Julian2019-05-241-268/+256
|
* Removed the (magical) "tags" annotations tag.Eduardo Julian2019-05-221-400/+320
|
* Removed the (magical) "imports" annotations tag.Eduardo Julian2019-05-221-220/+251
|
* Removed the useless #lux.type? annotation tag.Eduardo Julian2019-05-221-142/+97
|
* Introduced the "#Macro" type and got rid of the "#lux.macro?" annotation ↵Eduardo Julian2019-05-021-136/+125
| | | | type and its "magical" compiler behavior.
* Turned all "lux int ???" extensions to "lux i64 ???".Eduardo Julian2019-04-281-22/+22
|
* Turned all "lux frac ???" extensions to "lux f64 ???".Eduardo Julian2019-04-281-9/+9
|
* - Made the "open:" and "^open" macros not generate record-patterns, and thus ↵Eduardo Julian2019-04-171-42/+58
| | | | | not need (or impose a need on) tags. - The "do" macro for monads also doesn't need tags anymore.
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-061-3/+3
|
* Forgot "lux text char".Eduardo Julian2019-04-041-1/+1
|
* Changed the order of the inputs to the common extensions.Eduardo Julian2019-04-041-99/+95
|
* Re-named "do-template" to "template".Eduardo Julian2019-03-301-22/+22
|
* Fixed more tests.Eduardo Julian2019-03-291-3/+3
|
* The Python compiler is alive.Eduardo Julian2019-03-271-363/+363
|
* Minor improvements.Eduardo Julian2019-03-171-24/+18
|
* Added proper aliasing support to the new compiler.Eduardo Julian2019-03-171-6/+1
| | | Also improved aliasing support in the old compiler.
* Got serial imports fully working.Eduardo Julian2019-03-161-15/+16
|
* Changed the convention for the structure opening separator from "/" to ";", ↵Eduardo Julian2019-03-151-365/+365
| | | | to avoid confusion since "/" is used for relative module paths.
* Now allowing the alias of a module to refer to the alias of an ancestor.Eduardo Julian2019-03-141-21/+40
|
* Improved error-reporting after using "with-expansions" by retaining the cursors.Eduardo Julian2019-03-111-7/+7
|
* Small fixes and improvements.Eduardo Julian2019-03-021-10/+10
|
* Added the special # syntax for referring to the module's alias when opening ↵Eduardo Julian2019-02-111-5/+7
| | | | structures.
* Migrated documentation tool's code into stdlib.Eduardo Julian2019-02-051-7/+0
|
* Fixed a bug in how the "_$" macro works.Eduardo Julian2019-02-041-1/+8
|
* Changed the naming style for structures.Eduardo Julian2019-02-041-229/+199
|
* Some refactoring around the identity function.Eduardo Julian2019-02-031-6/+3
|
* Improved syntax for domains/parallel-import-trees.Eduardo Julian2019-02-031-15/+26
|
* Relative imports can now alter the start of a path.Eduardo Julian2019-02-031-35/+81
|
* Some small refactoring.Eduardo Julian2019-02-021-13/+22
|
* Some refactoring.Eduardo Julian2018-12-041-3/+3
|
* Small additions to stdlib.Eduardo Julian2018-08-281-1/+9
|
* "lux text char" is now unsafe/optimized.Eduardo Julian2018-08-231-17/+8
|
* Optimized text clipping.Eduardo Julian2018-08-231-18/+18
|
* No more escaping of back-slash.Eduardo Julian2018-08-231-1/+1
|
* No more escaping of new-line.Eduardo Julian2018-08-231-244/+252
|