summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2021-12-12 17:13:22 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2021-12-12 17:13:22 +0000
commitf9d9cd9931c82f0d61ddee529bdeb57705b0f84d (patch)
treeb460b59e704b88d3c38453339417ba3dd95a647e
parent46f7ba79f55003d65c8e21e48bc676d878fa8b5b (diff)
parent113a4dc688d7ec7972f05ffc30302a64837c7a13 (diff)
downloadesotericFORTRAN-f9d9cd9931c82f0d61ddee529bdeb57705b0f84d.tar.gz
esotericFORTRAN-f9d9cd9931c82f0d61ddee529bdeb57705b0f84d.zip
Merge branch 'main' of https://github.com/AlfieEagleton/EsotericProject
-rw-r--r--README.md47
1 files changed, 24 insertions, 23 deletions
diff --git a/README.md b/README.md
index 21c1fd1..f08365f 100644
--- a/README.md
+++ b/README.md
@@ -18,50 +18,51 @@ How implemented
There is overlap between chapters 3, 6, 7 and 8
Split sprints
-##Report todo
+## 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
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