-
Notifications
You must be signed in to change notification settings - Fork 1
/
_toc.yml
50 lines (40 loc) · 1.06 KB
/
_toc.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
format: jb-book
root: index.md
parts:
- caption: Text Register Machine Programs
#maxdepth: 1
chapters:
- file: introOneSharp/instructions
- file: introOneSharp/move_copy_write
- file: introOneSharp/haltDef
- file: introOneSharp/functions
- file: introOneSharp/tidy
- caption: Issues
chapters:
- file: issues/issues
- file: issues/problems
- file: issues/coding
- file: issues/reduction
- caption: More Programs
chapters:
- file: more_programs/sanity
- file: more_programs/arithmetic
- file: more_programs/primitive_recursion
- caption: Self-Writing Programs and the Recursion Theorem
chapters:
- file: self_writing
- caption: Universal Programs
chapters:
# - flle: universal/twoByTwo ### skip this one
- file: universal/universal
#- caption: The Enumeration Theorem
# chapters:
# - file: coding
# - file: t_predicate
- caption: Undecidability
chapters:
- file: undecidability/haltingProblem
- file: undecidability/busyBeaver
- file: undecidability/tiling
- file: undecidability/post
- file: undecidability/church