File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change
1
+ # Soar Programmer's Guide
2
+
3
+ This is similar to the [ design dogma] ( ./DesignDogma.md ) , but written by Bob
4
+ Marinier at Soartech and more up to date:
5
+ [ Soar Programmer's Guide] ( https://soartech.github.io/SoarProgrammersGuide/31654126.html ) .
Original file line number Diff line number Diff line change 2
2
3
3
This section provides some explanations about the decisions behind Soar.
4
4
5
- - [ Basic Kernel Terminology] ( BasicKernelTerminology.md )
6
- - [ Design Dogma] ( DesignDogma.md )
7
- - [ Threads in SML] ( ThreadsInSML.md )
8
- - [ Timers] ( Timers.md )
9
- - [ Waterfall] ( Waterfall.md )
5
+ - [ Basic Kernel Terminology] ( BasicKernelTerminology.md )
6
+ - [ Design Dogma] ( DesignDogma.md )
7
+ - [ Soar Programmers Guide] ( SoarProgrammersGuide.md )
8
+ - [ Threads in SML] ( ThreadsInSML.md )
9
+ - [ Timers] ( Timers.md )
10
+ - [ Waterfall] ( Waterfall.md )
Original file line number Diff line number Diff line change 90
90
- explanations/index.md
91
91
- Basic Kernel Terminology : explanations/BasicKernelTerminology.md
92
92
- Design Dogma : explanations/DesignDogma.md
93
+ - Soar Programmer's Guide : explanations/SoarProgrammersGuide.md
93
94
- Threads in SML : explanations/ThreadsInSML.md
94
95
- Timers : explanations/Timers.md
95
96
- Waterfall : explanations/Waterfall.md
You can’t perform that action at this time.
0 commit comments