diff options
author | chris.sutcliffe <ctd.sutcliffe@gmail.com> | 2021-12-07 18:30:58 +0000 |
---|---|---|
committer | chris.sutcliffe <ctd.sutcliffe@gmail.com> | 2021-12-07 18:30:58 +0000 |
commit | 6279da9b8ede22a77161e9504d2482aba33ec2e8 (patch) | |
tree | 321d82361ffeb2cadf5807833f39413a1f9fb317 | |
parent | 4b05cca1920cc10aec16028c96c2899fe45f45c7 (diff) | |
download | esotericFORTRAN-6279da9b8ede22a77161e9504d2482aba33ec2e8.tar.gz esotericFORTRAN-6279da9b8ede22a77161e9504d2482aba33ec2e8.zip |
added raw todo
-rw-r--r-- | todo_raw.txt | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/todo_raw.txt b/todo_raw.txt new file mode 100644 index 0000000..d10952c --- /dev/null +++ b/todo_raw.txt @@ -0,0 +1,58 @@ +How compiler works +How implemented + +There is overlap between chapters 3, 6, 7 and 8 +Split sprints + + +Chapter 1: +-General expansion needed + +Chapter 2: +-General expansion + +Chris -Chapter 3: +Talk about overall weork +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 + +Combine chapter 4 and 5 under full language design section + + + +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 + +Chris - Chapter 7 (Testing) +Write test harnesses +Define what they do +Then say they passed (if they do) + + +Dicussion: +Expand + +Aiden - Conclusion + +Chris - maybe? +String stuff +Character from string +Modify strings +Add strings + +UML diagrams?? +One for each sprint, one final one +Spint 3 adds execute C + + + + |