diff options
| author | Ben Winston | 2023-05-20 13:36:28 -0400 |
|---|---|---|
| committer | Ben Winston | 2023-05-20 13:36:28 -0400 |
| commit | 6902cc5abe09da9f6f2d86f22d06684d97cfa9f3 (patch) | |
| tree | 27946af44ede97cc4928c527c900018682686c9f /main.d | |
| parent | 10c75f60c1f5fa27268ea9a850b63b777b087cbc (diff) | |
add debug
Diffstat (limited to 'main.d')
| -rw-r--r-- | main.d | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ import std.stdio; import std.string; import parser; +import dbg; /* import compiler; import obj; |
