diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2026-01-11 18:36:07 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2026-01-11 18:36:07 -0500 |
| commit | cd0a0923a826754b76743ab4e5014c8cffc02839 (patch) | |
| tree | 75b501f6029345840b3f3bd25c8f274f04884350 /src/compile | |
| parent | 0a9cf2636291a7d7b198cb6bae32befe3e3ea0ee (diff) | |
More cleanups and fixes
Diffstat (limited to 'src/compile')
| -rw-r--r-- | src/compile/expressions.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compile/expressions.c b/src/compile/expressions.c index 638480bd..8230b225 100644 --- a/src/compile/expressions.c +++ b/src/compile/expressions.c @@ -108,7 +108,6 @@ Text_t compile(env_t *env, ast_t *ast) { } case Int: return compile_int(ast); case Num: { - // return Text$from_str(String(hex_double(Match(ast, Num)->n))); Text_t original = Text$from_str(String(string_slice(ast->start, (size_t)(ast->end - ast->start)))); original = Text$replace(original, Text("_"), EMPTY_TEXT); original = Text$replace(original, Text("("), EMPTY_TEXT); |
