Add parser
diff --git a/notes.txt b/notes.txt
new file mode 100644
index 0000000..d101e9c
--- /dev/null
+++ b/notes.txt
@@ -0,0 +1,8 @@
+export QT_LOGGING_RULES="*.debug=true"
+
+
+OPTIMIZATION POSSIBILITIES:
+
+	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.