Fix parser, matcher
diff --git a/notes.txt b/notes.txt
index d101e9c..f9d7a80 100644
--- a/notes.txt
+++ b/notes.txt
@@ -6,3 +6,12 @@
 	When parsing e.* variables check the min length of the remaining tokens. If
 	we have `e.1 s.2' for instance, we can tell right away how long `e.1' wil
 	have to be.
+
+
+EVALUATION
+
+	There are several parts to evaluation:
+
+	- Pattern matching and delegation (which sentence of a function do we choose to evaluate)
+	- Expression evaluation (how do we expand an AstNode stream into a Token stream)
+	
\ No newline at end of file