aboutsummaryrefslogtreecommitdiff
path: root/lux-js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* De-taggification | part 2Eduardo Julian2021-09-041-22/+22
|
* Unified tuple and record syntax.Eduardo Julian2021-09-032-8/+8
|
* Updates to the JS compiler.Eduardo Julian2021-09-013-63/+95
|
* De-taggification | part 0Eduardo Julian2021-08-291-5/+5
|
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-231-3/+3
|
* Some bug fixes.Eduardo Julian2021-08-181-3/+3
|
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-161-7/+7
|
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-141-5/+5
|
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-2/+2
|
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-3/+3
|
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-14/+14
|
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-22/+29
|
* Made the default JS file-system promise-based so it works well on Node.Eduardo Julian2021-07-191-1/+1
|
* Now allowing compilers to generate custom-named outputs.Eduardo Julian2021-07-171-10/+12
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-62/+63
|
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-121-5/+10
|
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-111-46/+46
|
* Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2021-07-101-7/+7
|
* Made sure the "phase" parameter of extensions is always usable (even across ↵Eduardo Julian2021-07-081-7/+22
| | | | language boundaries)
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-2/+2
| | | "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-291-5/+4
|
* Added import name formatting to "import:" macros for other backends.Eduardo Julian2021-06-111-26/+27
|
* Wrestling with JPHP.Eduardo Julian2021-03-101-0/+45
|
* Done with Python.Eduardo Julian2021-02-241-1/+1
|
* Updates for Lua compiler.Eduardo Julian2021-02-041-3/+3
|
* Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian2021-01-281-1/+1
|
* Compiler now shows suggestions when encountering unknown definitions.Eduardo Julian2021-01-121-20/+24
|
* Encapsulate JS definitions produced by the JS compiler in a local scope to ↵Eduardo Julian2021-01-111-1/+6
| | | | avoid interacting with the global scope.
* Moved "log!" function under "lux/debug".Eduardo Julian2021-01-082-3/+4
|
* Added lexically-scoped templates.Eduardo Julian2021-01-052-199/+212
|
* Improved naming when evaluating code on the host platform.Eduardo Julian2020-08-101-16/+16
|
* Can get the JS(JS) compiler to compile.Eduardo Julian2020-07-241-2/+11
|
* Can get the JS compiler to compile its own source-code.Eduardo Julian2020-07-161-427/+501
|
* Mo' fixes, less problems.Eduardo Julian2020-07-141-10/+12
|
* Got the JS compiler to compile fully.Eduardo Julian2020-07-111-3/+2
|
* Fixes and improvements to JavaScript compilation.Eduardo Julian2020-07-101-13/+22
|
* Got the JS compiler code to build again.Eduardo Julian2020-07-051-74/+132
|
* Fixes and adaptations for the JavaScript compiler.Eduardo Julian2019-06-161-2/+2
|
* Array machinery for the JavaScript compiler.Eduardo Julian2019-06-151-15/+28
|
* Some fixes for the scripting languages.Eduardo Julian2019-06-141-19/+23
| | | + Small optimizations for pattern-matching generation.
* Both the old JVM interop and the new JVM interop use the same syntax for ↵Eduardo Julian2019-05-281-5/+5
| | | | array types.
* Added some debugging machinery.Eduardo Julian2019-04-121-47/+2
|
* WIP: Ruby compiler.Eduardo Julian2019-04-091-6/+0
|
* - Upgrade the tuple left-access mechanism to the new style.Eduardo Julian2019-04-071-4/+5
| | | | - Updated JS compiler. - Updated Python compiler.
* Added Lux version to manifests.Eduardo Julian2019-03-311-1/+2
|
* Re-named "do-template" to "template".Eduardo Julian2019-03-301-3/+3
|
* Cobbled together a simple packager.Eduardo Julian2019-03-181-3/+4
|
* Now compiling program statements.Eduardo Julian2019-03-171-1/+16
|
* No longer needing "jvm" or "js" configurations in "project.clj" files for ↵Eduardo Julian2019-03-131-1/+1
| | | | Lux projects.
* The general shape of the compiler has been recognized as a program unto ↵Eduardo Julian2019-03-131-4/+5
| | | | itself (albeit a program which must be parameterized).