There should be a flag that when enabled, compiler appends debug symbols to output assembly file. This would make debugging the compiler easier.
These debug symbols may contain:
- Information about the line/tokens that the following lines were generated from.
- Information about the stack.
- Information about the level stack.
There should be a flag that when enabled, compiler appends debug symbols to output assembly file. This would make debugging the compiler easier.
These debug symbols may contain: