1 Commits (5f22d58e1935860ce9b3470aa121e6a7600cb45f)

Author SHA1 Message Date
wes 5057a95252 defuck vm.js 8 years ago
nisstyre56 64419eeb07 move as many operator definitions to prelude.jl as possible, remove some ones I don't care about right now 11 years ago
nisstyre56 a8e3afd946 misc style improvements, improve error reporting line/char info 11 years ago
nisstyre56 87a4176bdd fix bug with validity checking of type definitions 11 years ago
nisstyre56 0a999d9818 support for oneline comments using ; as the prefix 11 years ago
nisstyre56 71640b2c48 fix typo and add test case for data type defs 11 years ago
nisstyre56 6b33a7e318 fix more bugs 11 years ago
nisstyre56 7bba04dae1 new example with a bunch of nested constructs to at least try to make testing more rigorous 11 years ago
nisstyre56 c6ad6e2b17 change the type of error for type decl syntax 11 years ago
nisstyre56 2ddb05930c fix false positive when checking lhs of type declarations for being type decls themselves 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 8167fcf1ba continuing syntax support for type declarations 11 years ago
nisstyre56 491a41c774 updated example code 11 years ago
nisstyre56 e11dcc36c8 changed example filename to example.jl 11 years ago
Wesley Kerfoot 7589d5c4d2 desugaring for let/def expressions, more error handling, expanded test cases 11 years ago
Wesley Kerfoot 8257dceac9 quick update 11 years ago
Wesley Kerfoot c9e43c8a40 expanded test file 11 years ago
Wesley Kerfoot c566aeb674 expanded test program 12 years ago
Wesley Kerfoot e8d74ef3a0 handle unary arithmetic operations correctly 12 years ago
Wesley Kerfoot 55aab5b3f5 fixed some bugs related to list parsing 12 years ago
Wesley Kerfoot 888b2d698a update 12 years ago
Wesley Kerfoot 942b92caa4 added support def functions and lists, next up: desugaring 12 years ago
wes 90fb94b012 test file 12 years ago