aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Re-named "as_is" to "these" to avoid confusion with the new type-annotation ↵Eduardo Julian2022-03-301-1/+1
| | | | macro names.
* De-sigil-ification: !Eduardo Julian2022-03-171-16/+8
|
* JVM interop now allows importing inherited virtual/interface methods.Eduardo Julian2022-03-161-1/+2
|
* De-sigil-ification: prefix :Eduardo Julian2022-03-1611-151/+151
|
* Generalized/type-agnostic arithmetic.Eduardo Julian2022-03-162-5/+7
|
* Leaner syntax for library/lux/control/exception.reportEduardo Julian2022-03-158-60/+60
|
* De-sigil-ification: ^Eduardo Julian2022-03-1513-109/+116
|
* Using a fake console in Aedifex if the system console is unavailable.Eduardo Julian2022-03-141-91/+111
|
* De-sigil-ification: >Eduardo Julian2022-03-146-53/+53
|
* 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 ↵Eduardo Julian2022-03-111-0/+1
| | | | else).
* 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. ↵Eduardo Julian2022-02-2312-200/+221
| | | | Can also select code based on compiler version.
* 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 ↵Eduardo Julian2021-09-1353-420/+420
| | | | syntax change.
* 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
|