aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-03-29 18:34:49 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-03-29 18:34:49 +0100
commite7e2944bd20034cbc8ec024417ff8317557fb05d (patch)
treeb01238ebcee9b9634027c54e3a9b6ed275e3d35e
parent6c994dd1def826a685bba49da60ae29f39a44ca7 (diff)
downloadCompiler-e7e2944bd20034cbc8ec024417ff8317557fb05d.tar.gz
Compiler-e7e2944bd20034cbc8ec024417ff8317557fb05d.zip
working on documentation
-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