From e7e2944bd20034cbc8ec024417ff8317557fb05d Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 29 Mar 2017 18:34:49 +0100 Subject: working on documentation --- 3-compiler-documentation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit