189 Commits (master)
 

Author SHA1 Message Date
Wesley Kerfoot 2458430357 added tuple operator 11 years ago
Wesley Kerfoot c566aeb674 expanded test program 11 years ago
Wesley Kerfoot e8d74ef3a0 handle unary arithmetic operations correctly 11 years ago
Wesley Kerfoot df3597dae2 stuff 11 years ago
Wesley Kerfoot 6729a11df4 tweaked the tokenizer 11 years ago
Wesley Kerfoot 9d735e5789 fixed yet another bug, might refactor that function later 11 years ago
Wesley Kerfoot 2bc760774b cleaned up/modularized code more 11 years ago
Wesley Kerfoot 55aab5b3f5 fixed some bugs related to list parsing 11 years ago
Wesley Kerfoot 42451b9955 removed old code 11 years ago
Wesley Kerfoot f57bbcce4e finally fixed the tokenizer 11 years ago
Wesley Kerfoot ce342ae479 added license 11 years ago
wes 8766c45e09 update 11 years ago
Wesley Kerfoot 976aa27151 worked on toknizer some more 11 years ago
Wesley Kerfoot fc0690d36d made parser sensitive to operators 11 years ago
Wesley Kerfoot 888b2d698a update 11 years ago
Wesley Kerfoot 942b92caa4 added support def functions and lists, next up: desugaring 11 years ago
Wesley Kerfoot 46632aa579 commented tesing code 11 years ago
Wesley Kerfoot f32df1b490 added commas 11 years ago
wes 90fb94b012 test file 11 years ago
wes b4d0872774 stuff 11 years ago
wes 0a21cbd57e removed restriction on def grammar 11 years ago
Wesley Kerfoot 6021da7665 worked on tokenizer, added operators, stripping whitespace out 11 years ago
Wesley Kerfoot ee0d7aebcb removed regex based tokenizer, finished switch/case based tokenizer, need to add support for whitespace in the parser or strip it out for now 11 years ago
Wesley Kerfoot 229842cc85 fixed bug, was using old index for result in t tokenizer 11 years ago
Wesley Kerfoot f260d5dcb1 added t tokenizer 11 years ago
Wesley Kerfoot 1883c370ab added string tokenizer 11 years ago
Wesley Kerfoot 86c2c5f76a did work on tokenizer, removed a bit of reduntant code 11 years ago
Wesley Kerfoot 43f5479055 did more work on the new tokenizer 11 years ago
Wesley Kerfoot 9a19210c85 rewriting the tokenizer without regular expressions 11 years ago
Wesley Kerfoot 0742d95bc4 started on the desugarer 11 years ago
Wesley Kerfoot 28de71cc0a moar pprint functions 11 years ago
Wesley Kerfoot 88b9628d54 fixed bug where right parens were not getting popped after parsing applications, added a partial pprint function 11 years ago
Wesley Kerfoot 70880ed642 readme stuff 11 years ago
Wesley Kerfoot 57b51ac893 readme stuff 11 years ago
Wesley Kerfoot 04463f20f3 readme stuff 11 years ago
Wesley Kerfoot 53f115b995 readme stuff 11 years ago
Wesley Kerfoot 3cafc6b06f added a reference to the precedence climbing algorithm used here 11 years ago
Wesley Kerfoot 59af207836 removed useless function 11 years ago
Wesley Kerfoot 058719a884 adding stuff 11 years ago