swamp-vm-debug-info 0.2.24

Debug info for the swamp vm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# swamp-vm-debug-info

Internal helper for swamp VM — maps Swamp VM instructions to source code info.

## What’s inside?

* **FileOffsetTable**: map PC ranges -> file/line
* **FunctionTable**: find which function covers a PC
* **Meta & FunctionInfo**: per-instruction comments and function metadata

## License

MIT — see [LICENSE](LICENSE) for details.

_Copyright Peter Bjorklund. All rights reserved._