aboutsummaryrefslogtreecommitdiff
path: root/stdlib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Extracted the JavaScript compiler into its own separate project.Eduardo Julian2019-03-061-467/+0
* Got the JS compiler running again.Eduardo Julian2019-03-057-201/+670
* Some refactoring around statements.Eduardo Julian2019-03-037-108/+108
* Some refactoring around synthesis.Eduardo Julian2019-03-0321-767/+778
* Macros are used for analysis and statements, so they shouldn't belong to anal...Eduardo Julian2019-03-037-28/+28
* Some refactoring around analysis.Eduardo Julian2019-03-0328-698/+722
* Factored-out general compiler program machinery.Eduardo Julian2019-03-031-0/+94
* Partially factored-out the macro-expansion machinery.Eduardo Julian2019-03-026-113/+135
* Small fixes and improvements.Eduardo Julian2019-03-027-34/+31
* Added the capacity to extract type-information from values to create new type...Eduardo Julian2019-03-024-2/+21
* Can easily compose text, identifiers and tags inside templates.Eduardo Julian2019-02-251-1/+30
* Got rid of the Task type (it just provided the same functionality as (error.w...Eduardo Julian2019-02-245-169/+90
* Improved the names of monad transformers.Eduardo Julian2019-02-2421-46/+47
* Got new-luxc to compile/build again.Eduardo Julian2019-02-2422-362/+456
* Moved extension machinery over.Eduardo Julian2019-02-219-25/+441
* Removed statement machinery (has been superseded by common statement extensio...Eduardo Julian2019-02-201-3/+4
* Moved expression machinery over.Eduardo Julian2019-02-207-21/+80
* Moved function machinery over.Eduardo Julian2019-02-203-222/+335
* Moved looping machinery over.Eduardo Julian2019-02-194-8/+49
* Moved pattern-matching machinery over.Eduardo Julian2019-02-199-70/+252
* Adapted more tests to the new format.Eduardo Julian2019-02-1711-318/+350
* Added machinery to interact with the operating-system's shell.Eduardo Julian2019-02-142-30/+203
* - WIP: Moved some of the JS compiler machinery over to stdlib.Eduardo Julian2019-02-1313-105/+1029
* Re-named "logical-right-shift" to "logic-right-shift".Eduardo Julian2019-02-137-34/+43
* Re-named "lux/platform" to "lux/tool".Eduardo Julian2019-02-1279-20/+17
* - Updated JS machinery.Eduardo Julian2019-02-124-95/+372
* Ported 2 new test modules to the new format.Eduardo Julian2019-02-125-161/+252
* Updated license for 2019.Eduardo Julian2019-02-112-32/+38
* Re-named "lux/control/concurrency/frp.Source" type to "Sink" to avoid conflic...Eduardo Julian2019-02-112-4/+90
* Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian2019-02-11176-497/+508
* Various small improments and changes.Eduardo Julian2019-02-1010-164/+121
* Ported some modules to the new test format.Eduardo Julian2019-02-0815-408/+470
* Small improvements & fixes.Eduardo Julian2019-02-077-78/+110
* - Removed the current usage of data-integrity measures.Eduardo Julian2019-02-0710-136/+95
* Updated test for "lux/control/pipe" to new format.Eduardo Julian2019-02-066-97/+141
* Updated Scriptum to make sure it always generates documentation for tested mo...Eduardo Julian2019-02-051-8/+4
* Folded license-making program (legislator) into the Lux project proper (as li...Eduardo Julian2019-02-0523-3/+2169
* Ported tests for lux/control/interval to the new format.Eduardo Julian2019-02-058-240/+246
* Integrated tests into normal source code.Eduardo Julian2019-02-0596-210/+204
* Migrated documentation tool's code into stdlib.Eduardo Julian2019-02-059-87/+605
* Added library for generating Markdown code.Eduardo Julian2019-02-042-1/+178
* Converted tests for "lux/control/exception" to new format.Eduardo Julian2019-02-044-49/+47
* Re-implemented the IO type as an abstract type in order to avoid potential is...Eduardo Julian2019-02-042-52/+67
* Added the capacity to generate identifiers for template code.Eduardo Julian2019-02-042-13/+23
* Ported "lux/io" module to new test format.Eduardo Julian2019-02-046-24/+220
* Fixed a bug in how the "_$" macro works.Eduardo Julian2019-02-041-1/+8
* Fixed small naming error.Eduardo Julian2019-02-041-1/+1
* Changed the naming style for structures.Eduardo Julian2019-02-04280-3917/+4203
* Some refactoring around the identity function.Eduardo Julian2019-02-039-81/+85
* Added branding to capabilities to better differentiate between capabilities t...Eduardo Julian2019-02-033-55/+92