We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14b44f5 commit 5699334Copy full SHA for 5699334
src/pyradox/token.py
@@ -52,6 +52,7 @@ def make_token_string(value):
52
'time' : Time,
53
'int' : int,
54
'str' : str,
55
+ 'float' : float
56
}
57
58
constructors = {
0 commit comments