aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replaced the digit separator in numbers from "_" to ",".Eduardo Julian2019-03-1316-45/+46
* The general shape of the compiler has been recognized as a program unto itsel...Eduardo Julian2019-03-133-141/+4
* - Re-named "lux/tool/compiler/phase/generation/js/expression" to "lux/tool/co...Eduardo Julian2019-03-132-6/+6
* The "translation" phase has been re-named to "generation".Eduardo Julian2019-03-1332-174/+174
* Replaced using exceptions for alternation during pattern-matching with loop b...Eduardo Julian2019-03-132-19/+25
* Temporarily disabled JS-code nesting since it's only useful for debugging.Eduardo Julian2019-03-131-8/+9
* Re-defined the "type" macros in terms of ":by-example".Eduardo Julian2019-03-122-56/+15
* Re-named ":extract" to ":by-example".Eduardo Julian2019-03-123-9/+9
* WIP: Some tweaks to handle imports at the compiler-state level.Eduardo Julian2019-03-123-9/+40
* Added serial imports (parallel imports will be added later).Eduardo Julian2019-03-114-64/+99
* Removed the "translation/common" hierarchy.Eduardo Julian2019-03-0612-36/+24
* 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-026-24/+21
* Added the capacity to extract type-information from values to create new type...Eduardo Julian2019-03-023-2/+11
* 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-244-128/+48
* Improved the names of monad transformers.Eduardo Julian2019-02-2415-40/+41
* Got new-luxc to compile/build again.Eduardo Julian2019-02-2421-356/+450
* Moved extension machinery over.Eduardo Julian2019-02-218-24/+437
* Removed statement machinery (has been superseded by common statement extensio...Eduardo Julian2019-02-201-3/+4
* Moved expression machinery over.Eduardo Julian2019-02-206-20/+78
* Moved function machinery over.Eduardo Julian2019-02-202-21/+136
* 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-173-24/+20
* 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-136-28/+28
* Re-named "lux/platform" to "lux/tool".Eduardo Julian2019-02-1278-17/+14
* - Updated JS machinery.Eduardo Julian2019-02-123-93/+369
* Ported 2 new test modules to the new format.Eduardo Julian2019-02-121-8/+7
* Updated license for 2019.Eduardo Julian2019-02-111-14/+14
* 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-11120-380/+384
* Various small improments and changes.Eduardo Julian2019-02-1010-164/+121
* Ported some modules to the new test format.Eduardo Julian2019-02-083-91/+87
* Small improvements & fixes.Eduardo Julian2019-02-076-78/+105
* - Removed the current usage of data-integrity measures.Eduardo Julian2019-02-078-123/+88
* Updated test for "lux/control/pipe" to new format.Eduardo Julian2019-02-062-29/+26
* Ported tests for lux/control/interval to the new format.Eduardo Julian2019-02-051-3/+3
* Migrated documentation tool's code into stdlib.Eduardo Julian2019-02-056-76/+82
* Added library for generating Markdown code.Eduardo Julian2019-02-041-0/+176
* Re-implemented the IO type as an abstract type in order to avoid potential is...Eduardo Julian2019-02-042-52/+67