diff options
author | chris.sutcliffe <ctd.sutcliffe@gmail.com> | 2021-12-13 17:14:31 +0000 |
---|---|---|
committer | chris.sutcliffe <ctd.sutcliffe@gmail.com> | 2021-12-13 17:14:31 +0000 |
commit | 266acbfeffe75e941ebcc2358658a206fd2e9fcc (patch) | |
tree | 56bf69bb7d0069f0767ee9c76ea68d160e00d97c /README.md | |
parent | 4f4fb2772afa9d77bc4063373ac3e83d20be06a4 (diff) | |
download | esotericFORTRAN-266acbfeffe75e941ebcc2358658a206fd2e9fcc.tar.gz esotericFORTRAN-266acbfeffe75e941ebcc2358658a206fd2e9fcc.zip |
update readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 24 |
1 files changed, 8 insertions, 16 deletions
@@ -2,18 +2,11 @@ Advanced Programming Project ## Old / code todo -- [ ] Sort out dir structure further (rename example dir to fortran_src, make separate dir for c source files and out files) - [x] Implement functions - [x] UI work - [ ] Add section to report about compiler pipeline (ft -> c -> c object -> native binary) -- [ ] Interpretter does not remember variables between lines. This might need sorting - - - - -How compiler works -How implemented +Seciton about how compiler works, how implemented There is overlap between chapters 3, 6, 7 and 8 Split sprints @@ -30,7 +23,7 @@ Chapter 3 (Chris): - [ ] Abstract concepts - [ ] Compilers etc - [ ] How C compiler works -- [ ] Talk about recursive decsent compiling +- [ ] Talk about recursive descent compiling Chapter 4: @@ -43,7 +36,7 @@ Combine chapter 4 and 5 under full language design section Chapter 5 and 6 (Alfie): - [ ] Merge chapter 5 and 6 - [ ] Put stuff about java files in sprint talk -- [ ] Move absract stuff i.e. how files were changed into to chapter 3 +- [ ] Move abstract stuff i.e. how files were changed into to chapter 3 - [ ] Unit testing - Chris - talk about sprint 1-3 unit testing abandoned Chapter 7 (Testing) (Chris) @@ -56,13 +49,12 @@ Dicussion section: - [ ] Expand this section of the report Conclusion (Aiden): -- [ ] Write conclusion +- [x] Write conclusion Extra stuff: -- [ ] UML diagrams: one for each sprint, one final one. Spint 3 adds execute C -- [ ] String stuff -- [ ] Character from string -- [ ] Modify strings -- [ ] Add strings +- [x] UML diagrams: one for each sprint, one final one. Sprint 3 adds execute C +- [x] String stuff +- [x] Add strings +- [ ] Grab screenshots, and make point the software is cross-platform |