mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Working on refactoring, read more
The main program segfaults, but right now I'm working on the tests, mainly.
This commit is contained in:
@@ -153,10 +153,6 @@ void repl() {
|
||||
initInterpreter(&interpreter);
|
||||
|
||||
for(;;) {
|
||||
if (command.verbose) {
|
||||
//print the used memory footprint
|
||||
printf("%d ", getAllocatedMemoryCount());
|
||||
}
|
||||
printf("> ");
|
||||
fgets(input, size, stdin);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user