diff options
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); |
