189 Commits (master)
 

Author SHA1 Message Date
wes 7508af2c9d update readme 7 years ago
wes bfc18325ac update readme 7 years ago
wes 4918da36bf update readme 7 years ago
wes e73941b179 update readme 7 years ago
wes 79260879e9 improve repl 7 years ago
wes 5f22d58e19 add repl 7 years ago
wes 1134c9873f better error handling 7 years ago
wes f9cc593583 update repl to be nicer 7 years ago
wes 25056d788f temp fix 7 years ago
wes cfec1f64e4 messing around 7 years ago
wes 71bdafb35b convert to es6 modules 7 years ago
wes 46430caa47 use rollup to build it for the browser 7 years ago
wes 5057a95252 defuck vm.js 7 years ago
wes b53b355a05 add expressjs server 7 years ago
wes ecb6d9b617 clean up and updates to the code 7 years ago
wes ccf897ea67 update with yarn, add missing require statement 7 years ago
Wesley Kerfoot 8d61b9d640 Merge pull request #23 from oftn/master 9 years ago
nisstyre56 cd1a478560 closures! 9 years ago
nisstyre56 b66501f7a7 prevent clashes in the environment from the 'name' attribute 10 years ago
nisstyre56 cc035dc383 progress on test evaluator 10 years ago
nisstyre56 826b19a4de restructure for evaluator 10 years ago
Wesley Kerfoot 3c56d5d882 Merge pull request #22 from oftn/master 10 years ago
Wesley Kerfoot b99c443c93 Merge pull request #21 from beardtree/master 10 years ago
nisstyre56 a4d81a0bf7 remove code leftover from debugging 10 years ago
nisstyre56 c34fd71244 fix bug where defops were not being included by the tokenizer properly, fixed precedence order mixup in prelude.jl 10 years ago
Dan Kaplun 5b847fe090 Adds installation and usage instructions to README 10 years ago
Dan Kaplun bd801f8e18 Adds package.json 10 years ago
nisstyre56 c29edfa7e1 remove extra parameter 10 years ago
Dan Kaplun a6c721da56 Adds simple NodeJS .gitignore 10 years ago
nisstyre56 252798b134 return type alias bindings along with ast 10 years ago
Wesley Kerfoot 815573ac6e Merge pull request #20 from oftn/master 10 years ago
nisstyre56 cd23678c5a fix semantic ambiguity with type aliases vs. data types with no parameters 10 years ago
nisstyre56 70d6090d68 remove old cruft 10 years ago
nisstyre56 cd3d5f40db rename file to be more inline with what it actually does 10 years ago
nisstyre56 d38fba9b26 pull in prelude automatically 10 years ago
nisstyre56 64419eeb07 move as many operator definitions to prelude.jl as possible, remove some ones I don't care about right now 10 years ago
nisstyre56 914598e3e9 start moving operator definitions to prelude.jl 10 years ago
nisstyre56 3b129e3802 fix silly mistake from when I must have been drunk or tired 10 years ago
Wesley Kerfoot c5b9d68afc Merge pull request #19 from oftn/master 10 years ago
nisstyre56 9bdd80121b debugging print function 10 years ago
nisstyre56 5c7f57d67d style fixes 10 years ago
Wesley Kerfoot 93cb81c719 Merge pull request #18 from oftn/master 10 years ago
nisstyre56 a8e3afd946 misc style improvements, improve error reporting line/char info 10 years ago
nisstyre56 87a4176bdd fix bug with validity checking of type definitions 10 years ago
nisstyre56 05742335bb give a better name to type declarations in the IR 10 years ago
nisstyre56 292517cb5c add type for the cons operator 10 years ago
nisstyre56 d36a8fe0d9 a bunch of types and declarations, adopt the prefix that unboxed types are declared as Intrinsic for now 10 years ago
nisstyre56 88c1884112 missing semicolon 10 years ago
Wesley Kerfoot 54f412f174 Merge pull request #17 from oftn/master 10 years ago
nisstyre56 218f63d233 start building up stdlib type declarations for use in the type checker 10 years ago