6 Commits (5f22d58e1935860ce9b3470aa121e6a7600cb45f)

Author SHA1 Message Date
wes f9cc593583 update repl to be nicer 8 years ago
wes 25056d788f temp fix 8 years ago
wes cfec1f64e4 messing around 8 years ago
wes 71bdafb35b convert to es6 modules 8 years ago
wes 46430caa47 use rollup to build it for the browser 8 years ago
wes 5057a95252 defuck vm.js 8 years ago
nisstyre56 c29edfa7e1 remove extra parameter 11 years ago
nisstyre56 252798b134 return type alias bindings along with ast 11 years ago
nisstyre56 05742335bb give a better name to type declarations in the IR 11 years ago
nisstyre56 6b33a7e318 fix more bugs 11 years ago
nisstyre56 c6ad6e2b17 change the type of error for type decl syntax 11 years ago
nisstyre56 f1b12a26e5 Better error messages for type application errors where something that was not a type operator, type variable, or type application is used 11 years ago
nisstyre56 93a7ff3071 Better errors, more accurate position info 11 years ago
nisstyre56 dd58dffc70 experimental support for full type application syntax, basic error checking, still needs syntax for user created types 11 years ago
nisstyre56 223eeb8e72 a few tweaks based on jshint 11 years ago
nisstyre56 8167fcf1ba continuing syntax support for type declarations 11 years ago
nisstyre56 03dbefcdd9 error handling for type applications 11 years ago
nisstyre56 778ffb63db desugar type bindings 11 years ago
nisstyre56 13201d8662 switching to underscore.js for most functionality 11 years ago
nisstyre56 d5424b9c4b closure stuff, desugar to curried functions 11 years ago
nisstyre56 b890053d20 readability fixes, a few bug fixes, can calculate free variables of let blocks, environments not being passed yet or closures created 11 years ago
Wesley Kerfoot 7589d5c4d2 desugaring for let/def expressions, more error handling, expanded test cases 11 years ago
Wesley Kerfoot e8d74ef3a0 handle unary arithmetic operations correctly 12 years ago
Wesley Kerfoot 6729a11df4 tweaked the tokenizer 12 years ago
Wesley Kerfoot 888b2d698a update 12 years ago
Wesley Kerfoot 0742d95bc4 started on the desugarer 12 years ago