aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Made the default JS file-system promise-based so it works well on Node.Eduardo Julian2021-07-192-0/+104
|
* New JVM compiler can now compile JVM interfaces.Eduardo Julian2021-07-186-83/+210
|
* Now allowing compilers to generate custom-named outputs.Eduardo Julian2021-07-177-11/+150
|
* Now properly loading cached modules.Eduardo Julian2021-07-179-166/+526
|
* Fixed some inconsistent naming.Eduardo Julian2021-07-1623-107/+158
|
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-15124-130/+244
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-14227-4049/+4408
|
* Improved the XML parsing library.Eduardo Julian2021-07-134-114/+132
|
* A bit more clarity for Licentia licenses.Eduardo Julian2021-07-126-87/+262
|
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-12232-1097/+1117
|
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-1112-240/+327
|
* Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2021-07-1012-71/+329
|
* Made sure the "phase" parameter of extensions is always usable (even across ↵Eduardo Julian2021-07-082-75/+230
| | | | language boundaries)
* Simplified the API for file-system operations.Eduardo Julian2021-07-0613-461/+292
|
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-0223-213/+644
| | | Capabilities should be opt-in, but using them in the standard library makes them mandatory.
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-3032-80/+244
| | | "signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
* Some updates for the new compilers.Eduardo Julian2021-06-2910-146/+275
|
* Made obtaining env variables more granular + partial Lua support.Eduardo Julian2021-06-2712-285/+758
|
* Delegate text (lower|upper)-casing to the host-platform implementations.Eduardo Julian2021-06-2612-65/+383
|
* Added a macro for type-casting JVM objects.Eduardo Julian2021-06-247-303/+413
|
* Refactored the machinery to make local macros into its own module.Eduardo Julian2021-06-1813-172/+451
|
* Extracted Licentia out of the standard library.Eduardo Julian2021-06-1410-435/+216
|
* Constraining the year of the snapshot time in Aedifex.Eduardo Julian2021-06-1211-38/+76
|
* Added import name formatting to "import:" macros for other backends.Eduardo Julian2021-06-118-36/+248
|
* Re-factored the UTF8 codec into its own module.Eduardo Julian2021-05-314-17/+39
|
* lux/data/binary.slice now works in the offset+length style.Eduardo Julian2021-05-302-14/+17
|
* lux/macro/template.with can now produce multiple outputs.Eduardo Julian2021-05-302-10/+10
|
* Re-named lux/host to lux/ffi.Eduardo Julian2021-05-2413-82/+82
|
* Using offset+distance instead of from+to for text clipping.Eduardo Julian2021-05-241-1/+1
|
* Almost done with Scheme.Eduardo Julian2021-05-243-35/+61
| | | But will have to postpone finishing it because Kawa is not up to snuff.
* Got rid of the {}s in ":share" and made it pipe-able.Eduardo Julian2021-05-184-12/+18
|
* Text-escaping machinery.Eduardo Julian2021-05-182-0/+158
|
* Updates for Scheme compiler.Eduardo Julian2021-03-181-3/+7
|
* Done with PHP.Eduardo Julian2021-03-161-2/+2
|
* Almost done with PHP.Eduardo Julian2021-03-124-4/+31
|
* Done with Ruby.Eduardo Julian2021-03-013-3/+30
|
* Done with Python.Eduardo Julian2021-02-243-25/+33
|
* Updates for PHP compiler.Eduardo Julian2021-02-222-6/+8
|
* Done with Lua.Eduardo Julian2021-02-161-2/+4
|
* Almost done with Lua.Eduardo Julian2021-02-155-64/+74
|
* More Lua + optimizations.Eduardo Julian2021-02-121-0/+24
|
* Mo' updates, less problems.Eduardo Julian2021-02-077-104/+207
|
* Updates for Lua compiler.Eduardo Julian2021-02-045-38/+162
|
* Improved compilation of loops and pattern-matching for Python. Eduardo Julian2021-02-0111-61/+194
|
* Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian2021-01-2810-220/+323
|
* Made the Python being generated more compatible with both P2.7 and P3.Eduardo Julian2021-01-264-23/+212
|
* Removed the (ultimately redundant) on_stop function for actors.Eduardo Julian2021-01-139-67/+266
|
* Raise error when trying to use deprecated fields/method/classes in JVM.Eduardo Julian2021-01-1215-104/+272
|
* Compiler now shows suggestions when encountering unknown definitions.Eduardo Julian2021-01-1211-23/+199
|
* Encapsulate JS definitions produced by the JS compiler in a local scope to ↵Eduardo Julian2021-01-118-61/+311
| | | | avoid interacting with the global scope.