aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program (follow)
Commit message (Expand)AuthorAgeFilesLines
* Made JVM "import:" syntax consistent with the other "import:"s.Eduardo Julian2022-03-144-12/+13
* Leaner syntax for the "for" macro.Eduardo Julian2022-03-141-10/+10
* De-sigil-ification: @Eduardo Julian2022-03-1423-442/+442
* Added an easy way to export Lux functionality to host programs (everywhere el...Eduardo Julian2022-03-111-0/+1
* Added an easy way to export Lux functionality to host programs (in JVM).Eduardo Julian2022-03-091-3/+2
* Finishing the meta-compiler [Part 6 / Done... for now]Eduardo Julian2022-03-081-1/+1
* Finishing the meta-compiler [Part 5]Eduardo Julian2022-03-021-1/+3
* Finishing the meta-compiler [Part 4]Eduardo Julian2022-02-241-4/+5
* ADDED Can pass config parameters to compiler and select code based on it. Can...Eduardo Julian2022-02-2312-200/+221
* Finishing the meta-compiler [Part 3]Eduardo Julian2022-02-172-24/+9
* FIXED loop binding initialization in several back-ends.Eduardo Julian2022-02-161-1/+4
* Fixed directive extensions for Lux/Python.Eduardo Julian2022-02-112-77/+3
* Optimized integer addition for Lux/Ruby in MRuby.Eduardo Julian2022-02-082-75/+4
* Finishing the meta-compiler [Part 1]Eduardo Julian2022-02-066-134/+173
* Updated copyright notices.Eduardo Julian2022-02-054-119/+33
* A few JVM-related fixes & improvements.Eduardo Julian2022-01-313-44/+47
* Better detection for "exec" optimization.Eduardo Julian2022-01-281-3/+4
* Better text formatting for types.Eduardo Julian2022-01-201-55/+53
* Fixed a logging/reporting issue for Lux/JS.Eduardo Julian2022-01-152-8/+17
* New packaging for Ruby programs.Eduardo Julian2021-11-293-28/+43
* Properly inheriting the default profile in Aedifex.Eduardo Julian2021-10-313-3/+2
* Fixed packaging issue.Eduardo Julian2021-10-099-259/+261
* "module:" => "using"Eduardo Julian2021-09-1553-53/+53
* "Row" => "Sequence"Eduardo Julian2021-09-153-6/+5
* Re-named "recur" to "again".Eduardo Julian2021-09-146-11/+11
* Re-named "Identifier" to "Symbol".Eduardo Julian2021-09-141-1/+1
* No more "^slots".Eduardo Julian2021-09-147-22/+22
* Re-named "Name" to "Symbol".Eduardo Julian2021-09-1412-12/+12
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-1353-420/+420
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-1234-251/+251
* Made the "#" character great again!Eduardo Julian2021-09-1237-393/+393
* Undid the foolish re-design of "abstract:" and "actor:".Eduardo Julian2021-09-101-129/+129
* Fixed the indentation of variants.Eduardo Julian2021-09-105-28/+28
* Migrated variants to the new syntax.Eduardo Julian2021-09-1035-203/+203
* De-bracing | part 2Eduardo Julian2021-09-082-4/+4
* De-bracing | part 1Eduardo Julian2021-09-081-2/+0
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-087-11/+17
* Normalized the syntax of "abstract:" and "actor:".Eduardo Julian2021-09-081-130/+128
* Now using eval to derive code for arbitrary types.Eduardo Julian2021-09-081-522/+0
* De-taggification | part 4Eduardo Julian2021-09-0752-597/+597
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-0518-32/+32
* De-taggification | part 3Eduardo Julian2021-09-052-22/+15
* Appendix H: AedifexEduardo Julian2021-09-041-1/+1
* De-taggification | part 2Eduardo Julian2021-09-0454-514/+514
* Unified tuple and record syntax.Eduardo Julian2021-09-0323-114/+118
* Updates to the JS compiler.Eduardo Julian2021-09-011-12/+13
* De-taggification | part 0Eduardo Julian2021-08-293-3/+3
* Better parameterized type documentation.Eduardo Julian2021-08-291-112/+112
* Updates to the Ruby compiler.Eduardo Julian2021-08-2714-327/+327
* "Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian2021-08-261-14/+16