Skip to content

Compiler should add debug symbols to output assembly file #43

@HuseyinSimsek7904

Description

@HuseyinSimsek7904

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.

Metadata

Metadata

Labels

compilerAnything about the compilerdebugAnything about debuggingenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions