ikskuh / LoLa

LoLa is a small programming language meant to be embedded into games.
https://lola.random-projects.net/
MIT License
194 stars 10 forks source link

Improve code gen to emit debug symbols #7

Closed ikskuh closed 4 years ago

ikskuh commented 4 years ago

Improve code gen to emit line/column information in debug symbols. Implementation in the VM is done already.

Depends on #3 and #4.

ikskuh commented 4 years ago

Zig based compiler emits debug symbols with correct line offsets