diff options
| author | William Hergès <william@herges.fr> | 2025-11-08 23:31:59 +0100 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-11-08 23:31:59 +0100 |
| commit | e65699f8d37e4d4b069afad55f2d22bfa271d101 (patch) | |
| tree | 8ab324fa7fc192bb1e46d389541d79c910cd2514 /src | |
| parent | 8a26b3d43e1adb6f9585891500a5fc856fd0ca5c (diff) | |
feat(calc): use rational number for abitrary precision
Diffstat (limited to 'src')
| -rw-r--r-- | src/elixir_math_parser_lexer.xrl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/elixir_math_parser_lexer.xrl b/src/elixir_math_parser_lexer.xrl index d02a62c..a9e91b7 100644 --- a/src/elixir_math_parser_lexer.xrl +++ b/src/elixir_math_parser_lexer.xrl @@ -17,6 +17,3 @@ Rules. {WHITESPACE}+ : skip_token. Erlang code. -% Given a ":name", chop off : and return name as an atom. -to_atom([$:|Chars]) -> - list_to_atom(Chars). |
