aboutsummaryrefslogtreecommitdiffstats
path: root/Notes.org
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-03-17 18:42:53 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-03-17 18:42:53 +0000
commitf35548ee7d4c54558c38d63df7e2572150c28d22 (patch)
tree4b19576df85934a33d82b87f681c9694a2652761 /Notes.org
parent3d846f1ef6fa03a075e3b1f6cd2f021856d2846f (diff)
downloadCompiler-f35548ee7d4c54558c38d63df7e2572150c28d22.tar.gz
Compiler-f35548ee7d4c54558c38d63df7e2572150c28d22.zip
Fixed seg fault
Diffstat (limited to 'Notes.org')
-rw-r--r--Notes.org7
1 files changed, 6 insertions, 1 deletions
diff --git a/Notes.org b/Notes.org
index 7dd8132..7afa97d 100644
--- a/Notes.org
+++ b/Notes.org
@@ -128,7 +128,8 @@
- The declaration class should only be in charge of storing it in the right location in
the stack and adding that to the bindings.
**** TODO Add more expressions
- CLOCK: [2017-03-17 Fri 13:21]
+ CLOCK: [2017-03-17 Fri 17:08]
+ CLOCK: [2017-03-17 Fri 13:21]--[2017-03-17 Fri 15:43] => 2:22
Expressions like > or < or == etc..
@@ -137,3 +138,7 @@
***** If statement
***** For statement
***** While statement
+**** DONE Fixing Seg fault 1
+ CLOCK: [2017-03-17 Fri 15:44]--[2017-03-17 Fri 16:00] => 0:16
+
+ Have to fix type assigment for declaration lists, need to make new pointers of the right type.