160 Commits (a6c721da56a3615a5dab91a0f2091e0d7289147a)
 

Author SHA1 Message Date
Dan Kaplun a6c721da56 Adds simple NodeJS .gitignore 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
nisstyre56 0a999d9818 support for oneline comments using ; as the prefix 10 years ago
Wesley Kerfoot 0aedc418d2 Merge pull request #16 from oftn/master 10 years ago
nisstyre56 f33ee5ae70 pretty print debugging for data type defs, fixed another mistake 10 years ago
nisstyre56 71640b2c48 fix typo and add test case for data type defs 10 years ago
nisstyre56 49059be2fe preliminary support for full data type definition syntax, misc improvements on error reporting (hopefully) 10 years ago
Wesley Kerfoot 286e1c2273 Merge pull request #15 from oftn/master 10 years ago
nisstyre56 0eafd96a7f representation for type definitions with parameters 10 years ago
nisstyre56 6b33a7e318 fix more bugs 10 years ago
nisstyre56 39403648ec fix a few bugs, functionality for aliasing type operators now works 10 years ago
Wesley Kerfoot 2ae2439111 Merge pull request #14 from oftn/master 10 years ago
nisstyre56 7bba04dae1 new example with a bunch of nested constructs to at least try to make testing more rigorous 10 years ago
nisstyre56 9d1d75b4ba (partial) support for type definition syntax, plus style cleanups 10 years ago
Wesley Kerfoot 54ed5f7bac Merge pull request #13 from oftn/master 10 years ago
nisstyre56 8c84fdec2e add 'deftype' keyword to tokenizer 10 years ago
Wesley Kerfoot 0e0258f746 Merge pull request #12 from oftn/master 10 years ago
nisstyre56 c6ad6e2b17 change the type of error for type decl syntax 10 years ago
nisstyre56 2ddb05930c fix false positive when checking lhs of type declarations for being type decls themselves 10 years ago
nisstyre56 4c285539eb Removed spurious code from experiments 10 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 10 years ago
Wesley Kerfoot ef3b97f40c Merge pull request #11 from oftn/master 10 years ago
nisstyre56 93a7ff3071 Better errors, more accurate position info 10 years ago
Wesley Kerfoot 9c6eab9eea Merge pull request #10 from oftn/master 10 years ago
nisstyre56 17dff62f1e fixed annoyance with exception handling, will have to be more robust in the future though 10 years ago
nisstyre56 dd58dffc70 experimental support for full type application syntax, basic error checking, still needs syntax for user created types 10 years ago
nisstyre56 12b3eb58b2 fix brace style of conditionals 10 years ago
Wesley Kerfoot 3b7c76b0d7 Merge pull request #9 from oftn/master 10 years ago
nisstyre56 223eeb8e72 a few tweaks based on jshint 10 years ago
Wesley Kerfoot 61c07701c8 Merge pull request #8 from oftn/master 10 years ago
nisstyre56 db2933031d defuck tabs in files 10 years ago