189 Commits (master)
 

Author SHA1 Message Date
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
nisstyre56 8167fcf1ba continuing syntax support for type declarations 10 years ago
nisstyre56 491a41c774 updated example code 10 years ago
nisstyre56 3f7b2af82f -> should be in the list of operators 10 years ago
nisstyre56 03dbefcdd9 error handling for type applications 10 years ago
Wesley Kerfoot 84e182822d Merge pull request #7 from oftn/master 10 years ago
nisstyre56 0297fbd5af fixed bug with defop parsing, wrong token type in the pattern 10 years ago
nisstyre56 02896ff849 update README to actually explain the current status of this 10 years ago
Wesley Kerfoot 02af6f71d8 Merge pull request #6 from oftn/master 10 years ago
nisstyre56 778ffb63db desugar type bindings 10 years ago
nisstyre56 0e1927705b removed old function that was not being used 10 years ago
nisstyre56 581e5d02b1 remove redundant file 10 years ago
Wesley Kerfoot 40287e4d7a Merge pull request #5 from oftn/master 10 years ago
nisstyre56 fbc2664a29 refactor parseMany function to accept general functions rather than strings, this is done in order to handle -> as an identifier rather than its own token 10 years ago
Wesley Kerfoot e5c8baca2b Merge pull request #4 from oftn/master 10 years ago
nisstyre56 bb0a91b687 tweaks for identifier generation 10 years ago
nisstyre56 754da9d966 switch to underscore.js random function 10 years ago
nisstyre56 319e099297 generate arbitrary strings with different character ranges for quickcheck 10 years ago
nisstyre56 6dd014e824 more testing code 10 years ago
nisstyre56 2f4fd395c3 testing stuff for new types 10 years ago
Wesley Kerfoot 53e92b4b37 Merge pull request #3 from oftn/master 10 years ago
nisstyre56 b18d0a1eca work on parsing type applications/signatures 10 years ago