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/?p=tiger.ml.git;a=commitdiff_plain;h=5f295d042a33a89b68a50d80e4ce18e3f2b1cfe6 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 ------------