aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/target/js.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-448/+0
2021-07-10Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian1-1/+1
2021-02-04Updates for Lua compiler.Eduardo Julian1-15/+17
2021-02-01Improved compilation of loops and pattern-matching for Python. Eduardo Julian1-1/+1
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-3/+4
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-59/+59
2020-11-17Made the syntax of ^template more consistent.Eduardo Julian1-17/+17
2020-11-07Pure-Lux implementation for biggest and smallest Frac values.Eduardo Julian1-17/+17
2020-10-07Re-named "Cursor" type to "Location".Eduardo Julian1-1/+1
2020-08-09"abstract:" macro now takes annotations after representation type.Eduardo Julian1-4/+2
2020-07-11Got the JS compiler to compile fully.Eduardo Julian1-27/+26
2020-07-10Fixes and improvements to JavaScript compilation.Eduardo Julian1-13/+20
2019-07-25No more "i/"-prefixed functions.Eduardo Julian1-1/+2
2019-07-24No more "f/"-prefixed functions.Eduardo Julian1-4/+4
2019-06-20Improved the convention for using text formatters.Eduardo Julian1-5/+5
2019-06-18More JS machinery.Eduardo Julian1-14/+51
2019-06-16Fixes and adaptations for the JavaScript compiler.Eduardo Julian1-1/+1
2019-06-15Array machinery for the JavaScript compiler.Eduardo Julian1-5/+9
2019-06-14Some fixes for the scripting languages.Eduardo Julian1-5/+7
2019-04-27Moved the modules under "lux/host/" to now be under "lux/target/".Eduardo Julian1-0/+0
2019-03-30Re-named "do-template" to "template".Eduardo Julian1-11/+11
2019-03-26WIP: Moved Python code-generation machinery over to stdlib.Eduardo Julian1-21/+21
2019-03-18Changed how compiler output is accumulated to ensure correct order when gener...Eduardo Julian1-4/+4
2019-03-18Cobbled together a simple packager.Eduardo Julian1-20/+43
2019-03-16Fixed a bug when creating Lux numbers in JavaScript.Eduardo Julian1-4/+9
2019-03-15Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian1-8/+8
2019-03-13Replaced using exceptions for alternation during pattern-matching with loop b...Eduardo Julian1-2/+11
2019-03-13Temporarily disabled JS-code nesting since it's only useful for debugging.Eduardo Julian1-8/+9
2019-03-05Got the JS compiler running again.Eduardo Julian1-62/+61
2019-03-02Small fixes and improvements.Eduardo Julian1-1/+1
2019-02-21Moved extension machinery over.Eduardo Julian1-5/+21
2019-02-19Moved pattern-matching machinery over.Eduardo Julian1-0/+5
2019-02-13- WIP: Moved some of the JS compiler machinery over to stdlib.Eduardo Julian1-22/+98
2019-02-12- Updated JS machinery.Eduardo Julian1-0/+263