diff options
author | chris.sutcliffe <ctd.sutcliffe@gmail.com> | 2021-12-12 16:08:27 +0000 |
---|---|---|
committer | chris.sutcliffe <ctd.sutcliffe@gmail.com> | 2021-12-12 16:08:27 +0000 |
commit | 672044885e8f0b119bb8c4f98e07d75b2582afd0 (patch) | |
tree | c1f178bbe6eaa955887ca6b8535a28fd6f7a7a8e /README.md | |
parent | 07187c09d0fa61c49201bff9660c1c28c3825da4 (diff) | |
download | esotericFORTRAN-672044885e8f0b119bb8c4f98e07d75b2582afd0.tar.gz esotericFORTRAN-672044885e8f0b119bb8c4f98e07d75b2582afd0.zip |
correct readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 35 |
1 files changed, 18 insertions, 17 deletions
@@ -20,39 +20,40 @@ Split sprints ##Report todo Chapter 1: --[ ] General expansion needed +- [ ] General expansion needed Chapter 2: --[ ] General expansion +- [ ] General expansion Chapter 3 (Chris): --[ ] Talk about overall work --[ ] Abstract concepts --[ ] Compilers etc --[ ] How C compiler works --[ ] Talk about recursive decsent compiling +- [ ] Talk about overall work +- [ ] Abstract concepts +- [ ] Compilers etc +- [ ] How C compiler works +- [ ] Talk about recursive decsent compiling Chapter 4: --[ ] Title change to Language Design --[ ] Write up notes in full --[ ] Context free grammars +- [ ] Title change to Language Design +- [ ] Write up notes in full +- [ ] Context free grammars 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 +- [ ] 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 +- [ ] Unit testing - Chris - talk about sprint 1-3 unit testing abandoned Chapter 7 (Testing) (Chris) --[ ] Write test harnesses --[ ] Define what they do in report --[ ] Then say they passed (if they do) +- [ ] Write test harnesses +- [ ] Define what they do in report +- [ ] Then say they passed (if they do) Dicussion section: --[ ] Expand this section of the report +- [ ] Expand this section of the report Conclusion (Aiden): - [ ] Write conclusion |