aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-15De-sigil-ification: ^Eduardo Julian13-109/+116
2022-03-14Using a fake console in Aedifex if the system console is unavailable.Eduardo Julian1-91/+111
2022-03-14De-sigil-ification: >Eduardo Julian6-53/+53
2022-03-14Made JVM "import:" syntax consistent with the other "import:"s.Eduardo Julian4-12/+13
2022-03-14Leaner syntax for the "for" macro.Eduardo Julian1-10/+10
2022-03-14De-sigil-ification: @Eduardo Julian23-442/+442
2022-03-11Added an easy way to export Lux functionality to host programs (everywhere el...Eduardo Julian1-0/+1
2022-03-09Added an easy way to export Lux functionality to host programs (in JVM).Eduardo Julian1-3/+2
2022-03-08Finishing the meta-compiler [Part 6 / Done... for now]Eduardo Julian1-1/+1
2022-03-02Finishing the meta-compiler [Part 5]Eduardo Julian1-1/+3
2022-02-24Finishing the meta-compiler [Part 4]Eduardo Julian1-4/+5
2022-02-23ADDED Can pass config parameters to compiler and select code based on it. Can...Eduardo Julian12-200/+221
2022-02-17Finishing the meta-compiler [Part 3]Eduardo Julian2-24/+9
2022-02-16FIXED loop binding initialization in several back-ends.Eduardo Julian1-1/+4
2022-02-11Fixed directive extensions for Lux/Python.Eduardo Julian2-77/+3
2022-02-08Optimized integer addition for Lux/Ruby in MRuby.Eduardo Julian2-75/+4
2022-02-06Finishing the meta-compiler [Part 1]Eduardo Julian6-134/+173
2022-02-05Updated copyright notices.Eduardo Julian4-119/+33
2022-01-31A few JVM-related fixes & improvements.Eduardo Julian3-44/+47
2022-01-28Better detection for "exec" optimization.Eduardo Julian1-3/+4
2022-01-20Better text formatting for types.Eduardo Julian1-55/+53
2022-01-15Fixed a logging/reporting issue for Lux/JS.Eduardo Julian2-8/+17
2021-11-29New packaging for Ruby programs.Eduardo Julian3-28/+43
2021-10-31Properly inheriting the default profile in Aedifex.Eduardo Julian3-3/+2
2021-10-09Fixed packaging issue.Eduardo Julian9-259/+261
2021-09-15"module:" => "using"Eduardo Julian53-53/+53
2021-09-15"Row" => "Sequence"Eduardo Julian3-6/+5
2021-09-14Re-named "recur" to "again".Eduardo Julian6-11/+11
2021-09-14Re-named "Identifier" to "Symbol".Eduardo Julian1-1/+1
2021-09-14No more "^slots".Eduardo Julian7-22/+22
2021-09-14Re-named "Name" to "Symbol".Eduardo Julian12-12/+12
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian53-420/+420
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian34-251/+251
2021-09-12Made the "#" character great again!Eduardo Julian37-393/+393
2021-09-10Undid the foolish re-design of "abstract:" and "actor:".Eduardo Julian1-129/+129
2021-09-10Fixed the indentation of variants.Eduardo Julian5-28/+28
2021-09-10Migrated variants to the new syntax.Eduardo Julian35-203/+203
2021-09-08De-bracing | part 2Eduardo Julian2-4/+4
2021-09-08De-bracing | part 1Eduardo Julian1-2/+0
2021-09-08Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian7-11/+17
2021-09-08Normalized the syntax of "abstract:" and "actor:".Eduardo Julian1-130/+128
2021-09-08Now using eval to derive code for arbitrary types.Eduardo Julian1-522/+0
2021-09-07De-taggification | part 4Eduardo Julian52-597/+597
2021-09-05Changed the syntax of do/be's (co)monad bindings.Eduardo Julian18-32/+32
2021-09-05De-taggification | part 3Eduardo Julian2-22/+15
2021-09-04Appendix H: AedifexEduardo Julian1-1/+1
2021-09-04De-taggification | part 2Eduardo Julian54-514/+514
2021-09-03Unified tuple and record syntax.Eduardo Julian23-114/+118
2021-09-01Updates to the JS compiler.Eduardo Julian1-12/+13
2021-08-29De-taggification | part 0Eduardo Julian3-3/+3