From e65699f8d37e4d4b069afad55f2d22bfa271d101 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Sat, 8 Nov 2025 23:31:59 +0100 Subject: feat(calc): use rational number for abitrary precision --- src/elixir_math_parser_lexer.xrl | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/elixir_math_parser_lexer.xrl') 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). -- cgit v1.2.3