forked from silcnitc/expl-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnav.yml
99 lines (99 loc) · 4.44 KB
/
nav.yml
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
nav:
- Home: index.md
- About:
- Philosophy: about/philosophy.md
- Authors: about/authors.md
- License: about/license.md
- Roadmap:
- Roadmap: roadmap/index.md
- Stage 0: roadmap/stage-00.md
- Stage 1: roadmap/stage-01.md
- Stage 2: roadmap/stage-02.md
- Stage 3: roadmap/stage-03.md
- Stage 4: roadmap/stage-04.md
- Stage 5: roadmap/stage-05.md
- Stage 6: roadmap/stage-06.md
- Stage 7: roadmap/stage-07.md
- Stage 8: roadmap/stage-08.md
- Documentation:
- Documentation: documentation.md
- Code Generation: codegen.md
- Application Binary Interface: abi.md
- Library Implementation: libinterface.md
- ExPL:
- ExpL Specification: expl.md
- ExpL Grammar Outline: grammar-outline.md
- Compile Time Data Structures for ExpL:
- Compile Time Data Structures for ExpL: data-structures.md
- Abstract Syntax Tree: data_structures/abstract-syntax-tree.md
- Type Table: data_structures/type-table.md
- Global Symbol Table: data_structures/global-symbol-table.md
- Local Symbol Table: data_structures/local-symbol-table.md
- Run Time Data Structures for ExpL:
- Run Time Data Structures for ExpL: run-data-structures.md
- Heap Allocation: run_data_structures/heap.md
- Register Allocation: run_data_structures/register.md
- Stack Allocation: run_data_structures/run-time-stack.md
- Static Allocation: run_data_structures/static-allocation.md
- ExPL Test Programs:
- Test Programs: testprograms/index.md
- Program 1: testprograms/test-program-01.md
- Program 2: testprograms/test-program-02.md
- Program 3: testprograms/test-program-03.md
- Program 4: testprograms/test-program-04.md
- Program 5: testprograms/test-program-05.md
- Program 6: testprograms/test-program-06.md
- Program 7: testprograms/test-program-07.md
- Program 8: testprograms/test-program-08.md
- Program 9: testprograms/test-program-09.md
- Program 10: testprograms/test-program-10.md
- Program 11: testprograms/test-program-11.md
- Program 12: testprograms/test-program-12.md
- Stage 4:
- Bubble Sort: testprograms/stage4/bubblesort.md
- Fibonacci: testprograms/stage4/fibaofn.md
- Prime: testprograms/stage4/prime.md
- Sum to n!: testprograms/stage4/sum-to-n-fact.md
- OExpL:
- OExpL Specification: oexpl-specification.md
- OExpL Grammar Outline: oexpl-grammar-outline.md
- Compile Time Data Structures for OExpL:
- Compile Time Data Structures for OExpL: oexpl-data-structures.md
- Class Table: oexpl_data_structures/class-table.md
- Run Time Data Structures for OExpL:
- Run Time Data Structures for OExpL: oexpl-run-data-structures.md
- Virtual Function Table: oexpl_runtime_data_structures/virtual_function_table.md
- OExPL Runtime Binding: oexpl-runtime-binding-tutorial.md
- OExPL Test Programs:
- OExPL Test Programs: oexpl-testprograms.md
- Program 1: oexpltestprograms/test1.md
- Program 2: oexpltestprograms/test2.md
- Program 3: oexpltestprograms/test3.md
- Program 4: oexpltestprograms/test4.md
- Program 5: oexpltestprograms/test5.md
- Program 6: oexpltestprograms/test6.md
- Program 7: oexpltestprograms/test7.md
- Tutorials:
- Using LEX: lex.md
- Using YACC: yacc.md
- Using YACC with LEX: ywl.md
- GDB:
- Using GDB : gdb.md
- GDB Input Files : gdb-files.md
- Label Translation: label-translation.md
- XSM Simulator Installation: install.md
- XSM Simulator Instructions: xsmusagespec.md
- XSM Environment Tutorial: xsm-environment-tut.md
- Library Implementation: library-implementation.md
- Attribute Synthesis: attribute.md
- Data Structures for ExpL Compilation/Interpretation: Data_Structures.md
- Misc:
- Exercise 1: ex1.md
- ExPL Usage spec?: explusagespec.md
- ExPL Library Interface?: libinterfaceexpl.md
- help: help.md
- OExPL: oexpl.md
- Student Feedback:
- Student Feedback: feedback/index.md
- NIT-C Winter 2021: feedback/nitc-winter-2021.md
- NIT-C Winter 2017: feedback/nitc-winter-2017.md