From 7533c69c49aacb7ca41b4fc816613bb83b683d7a Mon Sep 17 00:00:00 2001 From: greg Date: Thu, 26 Sep 2019 01:32:33 -0700 Subject: [PATCH] Add note on visitors --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.md b/TODO.md index e33a0f2..25462cc 100644 --- a/TODO.md +++ b/TODO.md @@ -6,6 +6,8 @@ -implement field access - standardize on an error type that isn't String -implement a visitor pattern for the use of scope_resolver + - maybe implement this twice: 1) the value-returning, no-default one in the haoyi blogpost, + 2) the non-value-returning, default one like in rustc ## Reduction - make a good type for actual language builtins to avoid string comparisons