I always get ```
$ valgrind target/debug/sugar-lang
==928135== Memcheck, a memory error detector
==928135== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
==928135== Using Valgrind-3.19.0 and LibVEX; rerun with -h for copyright info
==928135== Command: target/debug/sugar-lang
==928135==
unhandled dwarf2 abbrev form code 0x25
unhandled dwarf2 abbrev form code 0x25
unhandled dwarf2 abbrev form code 0x25
unhandled dwarf2 abbrev form code 0x1b
==928135== Valgrind: debuginfo reader: ensure_valid failed:
==928135== Valgrind: during call to ML_(img_get)
==928135== Valgrind: request for range [310935713, +4) exceeds
==928135== Valgrind: valid image size of 122189496 for image:
==928135== Valgrind: "/mnt/7BE462B403C20D04/Coding Shit/Rust/Act1Scratch/sugar-lang/target/debug/sugar-lang"
==928135==
==928135== Valgrind: debuginfo reader: Possibly corrupted debuginfo file.
==928135== Valgrind: I can't recover. Giving up. Sorry.
==928135==```