aboutsummaryrefslogtreecommitdiff
path: root/stdlib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Now only timing compiler operations in the Leiningen plugin.Eduardo Julian2019-03-171-15/+0
* Fixed a bug in the way the source-code was being tracked.Eduardo Julian2019-03-162-31/+32
* Got serial imports fully working.Eduardo Julian2019-03-168-204/+325
* Fixed a bug when creating Lux numbers in JavaScript.Eduardo Julian2019-03-162-6/+11
* Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian2019-03-15213-2113/+2119
* Now allowing the alias of a module to refer to the alias of an ancestor.Eduardo Julian2019-03-1467-890/+903
* Now doing multiple pops at once.Eduardo Julian2019-03-141-2/+36
* Added a peek-and-pop optimization to pattern-matching on JS.Eduardo Julian2019-03-141-1/+15
* Properly doing imports.Eduardo Julian2019-03-142-38/+16
* No longer needing "jvm" or "js" configurations in "project.clj" files for Lux...Eduardo Julian2019-03-131-4/+4
* Replaced the digit separator in numbers from "_" to ",".Eduardo Julian2019-03-1322-59/+60
* The general shape of the compiler has been recognized as a program unto itsel...Eduardo Julian2019-03-133-3/+5
* - 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-124-12/+12
* 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
* Improved error-reporting after using "with-expansions" by retaining the cursors.Eduardo Julian2019-03-111-7/+7
* 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-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