It covers five basic topics, that can be viewed more or less independently:
- Theory on Scripting
- Interpreters and Derived Tools (design & code for an interpreter, debugger and decompiler),
- Behaviour Tree Builder (design and implementation of an example of the second topic),
- Alternatives to Code Compilation
- Assemblers (coding a very basic code compiler)
The source code created over the course of this series can be found on pastebin:
- The interpreter and its decorators after part 4
- The behaviour tree loader after part 6
- The compiler after after part 10
No comments:
Post a Comment