aboutsummaryrefslogtreecommitdiffstats
path: root/3-compiler-documentation.md
diff options
context:
space:
mode:
Diffstat (limited to '3-compiler-documentation.md')
-rw-r--r--3-compiler-documentation.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/3-compiler-documentation.md b/3-compiler-documentation.md
index ee9258f..d402daa 100644
--- a/3-compiler-documentation.md
+++ b/3-compiler-documentation.md
@@ -73,7 +73,9 @@ the array.
### Limitation 2
-
+As I did not want all the classes to contain functions that they do not need, classes like
+UnaryOperator have member functions. To access these I have to use dynamic casts and with my
+linked lists, I always have to check for nullptr before doing anything with it.
Variable binding