blob: f08365ffd500d8752a895dcf9bb3c14ac55e7394 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
# EsotericProject
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
There is overlap between chapters 3, 6, 7 and 8
Split sprints
## Report todo
Chapter 1:
- [ ] General expansion needed
Chapter 2:
- [ ] General expansion
Chapter 3 (Chris):
- [ ] 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
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
- [ ] 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)
Dicussion section:
- [ ] 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
|