diff options
author | chris.sutcliffe <ctd.sutcliffe@gmail.com> | 2021-11-30 15:36:05 +0000 |
---|---|---|
committer | chris.sutcliffe <ctd.sutcliffe@gmail.com> | 2021-11-30 15:36:05 +0000 |
commit | 1b49df7352f3325ec25c91e167c2a57182ddb826 (patch) | |
tree | b89a0e9d005160ea97e8df97e4fcbae216949bb0 | |
parent | 2be157e97021cc5a4c102d74e6c5f7ff23768162 (diff) | |
download | esotericFORTRAN-1b49df7352f3325ec25c91e167c2a57182ddb826.tar.gz esotericFORTRAN-1b49df7352f3325ec25c91e167c2a57182ddb826.zip |
add todo to readme to keep track
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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) |