Wrote failing TDD test for timer library, not enabled

This commit is contained in:
2022-11-08 19:40:21 +00:00
parent 4dcc05e796
commit ec39f099ca
5 changed files with 196 additions and 28 deletions

6
repl/lib_timer.h Normal file
View File

@@ -0,0 +1,6 @@
#pragma once
#include "interpreter.h"
int hookTimer(Interpreter* interpreter, Literal identifier, Literal alias);