summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchris.sutcliffe <ctd.sutcliffe@gmail.com>2021-11-30 15:36:05 +0000
committerchris.sutcliffe <ctd.sutcliffe@gmail.com>2021-11-30 15:36:05 +0000
commit1b49df7352f3325ec25c91e167c2a57182ddb826 (patch)
treeb89a0e9d005160ea97e8df97e4fcbae216949bb0
parent2be157e97021cc5a4c102d74e6c5f7ff23768162 (diff)
downloadesotericFORTRAN-1b49df7352f3325ec25c91e167c2a57182ddb826.tar.gz
esotericFORTRAN-1b49df7352f3325ec25c91e167c2a57182ddb826.zip
add todo to readme to keep track
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0cd2d1b..e91f56a 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,8 @@
# EsotericProject
-Advanced Programming Project.
+Advanced Programming Project
+
+## Todo
+- [ ] Sort out dir structure further (rename example dir to fortran_src, make separate dir for c source files and out files)
+- [ ] Implement functions
+- [ ] UI work
+- [ ] Add section to report about compiler pipeline (ft -> c -> c object -> native binary)