khepri-compile
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -17,2 +17,17 @@ /* | ||
compile, khepriZipper = __o["khepriZipper"], | ||
_ = (function(x) { | ||
return (function(x0, y) { | ||
return x(y, x0); | ||
}); | ||
}), | ||
compiler = (function(x) { | ||
return pre_normalize(x) | ||
.chain(lexical) | ||
.chain(post_normalize) | ||
.chain(inline) | ||
.chain(reachable) | ||
.chain(khepri_peep) | ||
.chain(transform) | ||
.chain(ecma_peep); | ||
}), | ||
extract = (function(__o0) { | ||
@@ -34,2 +49,3 @@ var tree = __o0["tree"]; | ||
.chain(inline) | ||
.chain(reachable) | ||
.chain(khepri_peep) | ||
@@ -36,0 +52,0 @@ .chain(transform) |
{ | ||
"name": "khepri-compile", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Compiler for the Khepri programming language", | ||
@@ -5,0 +5,0 @@ "author": "Matt Bierner", |
352767
4613