| Folder | Description |
| AST | Abstract Syntax Tree node and Token definitions. |
| Bindings | Phasor FFI Bindings for OS APIs. |
| Codegen | Phasor VM Code Generation. |
| Compiler | Phasor / Pulsar Compilers. |
| Executable | Frontfacing code. |
| Extensions | Support for third-party apps/tools. |
| Frontend | Wrappers around the core VM for the languages. |
| ISA | The OpCode set. |
| Language | Lexer / Parser Implementations. |
| Repl | REPL Code for Phasor / Pulsar. |
| Runtime | Contains code for the VM, STDLIB, FFI, etc. |
| utils | Other misc utils used for Phasor Toolchain. |