summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-08PicoRec: add test for garbage, remove unused codeHEADmasterPeter Wu1-6/+7
2016-05-08PicoRec: add a bunch more tests, fix bugsPeter Wu1-3/+41
2016-05-08PicoRec: fully implementedPeter Wu1-14/+67
2016-05-08PicoRec: begin implementing parsingPeter Wu1-10/+37
2016-05-08PicoRec: propagate errorsPeter Wu1-14/+13
2016-05-08PicoRec: add basic parser plumbing for our languagePeter Wu1-5/+96
2016-05-08Add skeleton for PicoRecPeter Wu2-1/+76
2016-05-08grammar-l11: remove left-recursionPeter Wu1-8/+10
2016-05-07Attempt to convert grammar to LL(1)Peter Wu1-11/+8
2016-05-07Initialize LL(1) grammar from current grammarPeter Wu1-0/+41
2016-05-07Oops, accidentally dropped EXP from prioritiesPeter Wu1-2/+2
2016-05-07grammar: remove EBNF constructsPeter Wu1-5/+16
2016-05-07Add original grammer for part 4Peter Wu1-0/+30
2016-05-04Simplify NAT test, check for 0 tooPeter Wu1-2/+2
2016-04-30Add Java comments checkPeter Wu1-0/+64
2016-04-29Implement Matlab commentsPeter Wu1-0/+58
2016-04-29Add more tests matching slidesPeter Wu1-5/+9
2016-04-29Fix typo in commentPeter Wu1-4/+5
2016-04-29Add our names to the topPeter Wu1-1/+3
2016-04-29added checkFLOAT() and checkString()andrea1-11/+36
2016-04-29Check for StringPeter Wu1-0/+19
2016-04-29Disallow prefix match for IdPeter Wu1-0/+1
2016-04-29checkNAT() addedandrea1-0/+11
2016-04-29Fix matchPeter Wu1-2/+2
2016-04-29Makefile: create bin folder firstPeter Wu1-3/+6
2016-04-29Make tests "generate sufficient output"Peter Wu1-4/+3
2016-04-29Implement lexical definition for "ID" (Q1)Peter Wu1-0/+26
2016-04-29Add Makefile and gitignorePeter Wu2-0/+16
2016-04-25Initial commitPeter Wu5-0/+83