From: Siraaj Khandkar Date: Tue, 5 Jun 2018 16:25:29 +0000 (-0400) Subject: Begin Implementation Notes section X-Git-Url: https://git.xandkar.net/?a=commitdiff_plain;ds=sidebyside;h=5f295d042a33a89b68a50d80e4ce18e3f2b1cfe6;hp=74305f428ca70afeedb7b9ba6ac1ae74ff5d7215;p=tiger.ml.git Begin Implementation Notes section --- diff --git a/README.md b/README.md index 616f735..36ef94a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,19 @@ Tiger.ml ======== +Implementation Notes +-------------------- + +### Parser + +#### shift/reduce conflicts +##### grouping consecutive declarations +##### lval + +### AST + +#### print as M-exp + Project Plan ------------