diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 18:31:36 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 18:31:36 -0400 |
| commit | 92a5cf818d0345bed5d04a30ff87ffd94f46eb84 (patch) | |
| tree | 5e48f54427ae23ef569a8b701f79592b648a4470 /src/compile/doctests.c | |
| parent | 9c9abbe1c41c4f5ae2a81e8215f4fd97868a6c4b (diff) | |
Split out assertions into its own file
Diffstat (limited to 'src/compile/doctests.c')
| -rw-r--r-- | src/compile/doctests.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compile/doctests.c b/src/compile/doctests.c index 4d544656..720385d3 100644 --- a/src/compile/doctests.c +++ b/src/compile/doctests.c @@ -15,6 +15,7 @@ #include "statements.h" #include "types.h" +public Text_t compile_doctest(env_t *env, ast_t *ast) { DeclareMatch(test, ast, DocTest); type_t *expr_t = get_type(env, test->expr); |
