mirror of
https://github.com/open-goal/jak-project
synced 2026-05-31 09:22:14 -04:00
28 lines
879 B
Markdown
28 lines
879 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)
|
|
- [Drawable and TFRAG](/drawable_and_tfrag.md)
|
|
- [Porting TFRAG](/porting_tfrag.md)
|