aboutsummaryrefslogtreecommitdiffstats
path: root/Notes.org
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-03-16 18:37:50 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-03-16 18:37:50 +0000
commitf7b531ebaaa784a0dcebb877ec7b831b324f3510 (patch)
treeacc733a0ac5732799e6d0cc47a30da31e96e57fd /Notes.org
parent9ab7f5825f225cb42a6a0e8950f841a10db82f1b (diff)
downloadCompiler-f7b531ebaaa784a0dcebb877ec7b831b324f3510.tar.gz
Compiler-f7b531ebaaa784a0dcebb877ec7b831b324f3510.zip
Check if function calls work
Diffstat (limited to 'Notes.org')
-rw-r--r--Notes.org9
1 files changed, 7 insertions, 2 deletions
diff --git a/Notes.org b/Notes.org
index 7139748..0c6de81 100644
--- a/Notes.org
+++ b/Notes.org
@@ -113,9 +113,14 @@
Add more expression.
***** TODO Make functions work
- CLOCK: [2017-03-16 Thu 11:44]
+****** DONE Make function calls work from expressions
+ CLOCK: [2017-03-16 Thu 16:51]--[2017-03-16 Thu 17:29] => 0:38
-
+****** TODO Make functions receive arguments
+ CLOCK: [2017-03-16 Thu 17:31]
+
+ - Work on bison file to get the parameters correctly
+ - Work on storing them correctly in the binding
***** TODO Comment code