A Tree-sitter grammar for the LAT format.
- sort out methods and constants attached to types.
- Type?
- Null (no methods)
- Logical (no methods)
- Number
- methods
- consider adding Statistical dispersion methods
-
round
-
absolute
-
random
-
clamp
-
format
-
is_finite
-
is_integer
(maybe I should combine itis_safe_integer
) -
is_nan
oris_not_a_number
-
is_safe_integer
- from math
-
min
-
max
-
acos
-
acosh
-
asin
-
asinh
-
atan
-
atanh
- maybe
atan2
- even more
-
- constants
-
epsilon
-
max_safe_integer
-
max_value
-
min_safe_integer
-
min_value
- from math
-
e
-
ln10
-
ln2
-
log10e
-
log2e
-
pi
- even more
-
-
- methods
- Text (look into String)
- methods
- size
- methods
- List
- methods
- size
- methods
- Dictionary
- methods
- size
- methods
- Function
- Unknown
- figure out if I need
typeof
operator - Allow redundant text escapes.
- remove Time and RegExp types.
MIT © 2024 Fernando G. Vilar.
atan2