Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-28 | Update Copyright Headers | Ian Price | 1 | -0/+20 | |
* module/Makefile.am: * module/language/cps/compile-js.scm: * module/language/cps/spec.scm: * module/language/javascript.scm: * module/language/javascript/spec.scm: * module/language/js-il.scm: * module/language/js-il/compile-javascript.scm: * module/language/js-il/inlining.scm: * module/language/js-il/runtime.js: Update copyright headers | |||||
2017-08-27 | Keywords cannot be both keyword and optional | Ian Price | 1 | -2/+46 | |
* module/language/js-il/compile-javascript.scm (compile-jump-table, bind-opt-kw-args): Keywords should not be parsed as optional arguments when both are present. | |||||
2017-08-09 | Add `guild jslink' to bundle JS programs | Ian Price | 1 | -11/+10 | |
* module/Makefile.am (SOURCES): Install runtime.js and jslink.scm * module/language/js-il/compile-javascript.scm (compile-exp): Compilation units take a continuation to facilitate linking. * module/scripts/jslink.scm: New script. | |||||
2017-06-20 | Compile Syntax Objects to Javascript | Ian Price | 1 | -0/+8 | |
* module/language/js-il/compile-javascript.scm (compile-const): Handle the new syntax object struct. * module/language/js-il/runtime.js(scheme.Syntax): Add Syntax Object type | |||||
2017-06-15 | Add #:js-inline? and #:js-flatten? debugging options | Ian Price | 1 | -2/+6 | |
* module/language/js-il/compile-javascript.scm (compile-javascript): Check for #:js-inline? and #:js-flatten?, and turn off inline-single-calls and flatten-blocks respectively. | |||||
2015-06-24 | Explicitly test for undefined arguments to handle false values like 0 | Ian Price | 1 | -4/+7 | |
2015-06-23 | Handle more identifier characters | Ian Price | 1 | -1/+10 | |
2015-06-22 | Change local type representation and remove var type | Ian Price | 1 | -5/+7 | |
2015-06-22 | Change function type representation | Ian Price | 1 | -8/+12 | |
2015-06-22 | Change program type representation | Ian Price | 1 | -3/+11 | |
2015-06-22 | Rewrite js-il inliner | Ian Price | 1 | -2/+2 | |
2015-06-22 | Different types for Continuation and Variable identifiers | Ian Price | 1 | -30/+52 | |
2015-06-18 | Compile cps $prompt form to javascript | Ian Price | 1 | -0/+9 | |
2015-06-18 | Implement keyword argument parsing | Ian Price | 1 | -6/+39 | |
2015-06-18 | Simplify output Javascript | Ian Price | 1 | -1/+4 | |
2015-06-18 | Add more types of constants | Ian Price | 1 | -0/+23 | |
2015-06-18 | Implement Optional arguments | Ian Price | 1 | -6/+48 | |
2015-06-18 | Remove superfluous space | Ian Price | 1 | -1/+1 | |
2015-06-18 | Handle case-lambda via a jump table | Ian Price | 1 | -6/+49 | |
2015-06-18 | Mangle js identifiers | Ian Price | 1 | -2/+35 | |
2015-06-18 | Compile string constants | Ian Price | 1 | -0/+5 | |
2015-06-18 | Compile rest args | Ian Price | 1 | -2/+21 | |
2015-06-18 | conditional->branch | Ian Price | 1 | -4/+4 | |
2015-06-18 | Simple inlining of immediate calls | Ian Price | 1 | -0/+2 | |
2015-06-18 | separate js-il functions into actual functions and those for continuations | Ian Price | 1 | -2/+1 | |
2015-06-18 | Remove jscall type | Ian Price | 1 | -3/+0 | |
2015-06-18 | Replace values object with values passed as continuation arguments | Ian Price | 1 | -7/+2 | |
2015-06-18 | Temp commit | Ian Price | 1 | -0/+104 | |