From 672044885e8f0b119bb8c4f98e07d75b2582afd0 Mon Sep 17 00:00:00 2001 From: "chris.sutcliffe" Date: Sun, 12 Dec 2021 16:08:27 +0000 Subject: correct readme --- README.md | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 21c1fd1..4277e59 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3 From 305833fd581f8f122b3bfc4300e96e1f38c931eb Mon Sep 17 00:00:00 2001 From: "chris.sutcliffe" Date: Sun, 12 Dec 2021 16:09:43 +0000 Subject: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4277e59..94020e0 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ How implemented There is overlap between chapters 3, 6, 7 and 8 Split sprints -##Report todo +## Report todo Chapter 1: - [ ] General expansion needed -- cgit v1.2.3 From 113a4dc688d7ec7972f05ffc30302a64837c7a13 Mon Sep 17 00:00:00 2001 From: "chris.sutcliffe" Date: Sun, 12 Dec 2021 16:10:54 +0000 Subject: correct readme again --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 94020e0..f08365f 100644 --- a/README.md +++ b/README.md @@ -59,10 +59,10 @@ Conclusion (Aiden): - [ ] 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 +- [ ] UML diagrams: one for each sprint, one final one. Spint 3 adds execute C +- [ ] String stuff +- [ ] Character from string +- [ ] Modify strings +- [ ] Add strings -- cgit v1.2.3