Draco-lang / Compiler

The compiler repository for the Draco programming language.
Apache License 2.0
86 stars 8 forks source link

Added debugger tests, QoL API for debugger #380

Closed Kuinox closed 8 months ago

Kuinox commented 8 months ago

Also splitted the debugger file that started to become a bit too big. Writing theses tests allowed to spot a bug in the BuildLocals() method.
There is a disabled test to test the bug.

Kuinox commented 8 months ago

image So... we need to improve the crawl logic. I'll do it tomorrow.