Files
jak-project/docs/markdown/_sidebar.md
T
water111 97ab6a4e12 add support for non virtual states (#764)
* add support for non virtual states

* typecheck go

* start on virtual states

* more support for virtual states

* offline passes

* fix tests

* use behavior shortcut instead of lambda

* final cleanup of virtual go

* unused var warnings and fix inconsistent enum decompile order on win vs linux

* fix thread safety bug with goal symbol table and vif1 interrupt handler

* fix type mistake
2021-08-17 20:54:03 -04:00

25 lines
788 B
Markdown

- OpenGOAL Reference
- [Overview](/README.md)
- [Type System](/type_system.md)
- [Method System](/method_system.md)
- [Language Syntax & Features](/syntax.md)
- [Standard Library](/lib.md)
- [The Reader](/reader.md)
- [Macro Support](/goos.md)
- [Object File Formats](/object_file_formats.md)
- [Process and State System](/process_and_state.md)
- [States in the Decompiler](/decompiler_states.md)
- Working with OpenGOAL
- [The REPL](/repl.md)
- [Debugging](/debugging.md)
- [Editor Configuration](/editor_setup.md)
- Developing OpenGOAL
- [Compiler Walkthrough](/compiler_example.md)
- [Assembly Emitter](/asm_emitter.md)
- [Porting to x86](/porting_to_x86.md)
- [Register Handling](/registers.md)
- PC Port Documentation
- [Graphics](/graphics.md)