dylan-hackers / mindy

Mindy - minimal compiler-interpreter for Dylan
Other
21 stars 9 forks source link

Run compiler with valgrind #47

Open waywardmonkeys opened 8 years ago

waywardmonkeys commented 8 years ago

The compiler does fully manual memory management without a GC. It might be worth fixing memory leaks here. The long term goal is that the C-based compiler is used to bootstrap dbmc, so this may or may not be of long-term value.