literals of rational number, e.g. 1.2(3), are now supported and are evaluated as fractions

This commit is contained in:
2024-05-14 04:55:16 +02:00
parent f028485caa
commit 4151f3f5e2
3 changed files with 31 additions and 12 deletions
+1
View File
@@ -73,6 +73,7 @@ const (
SymBool
SymInteger
SymFloat
SymFraction
SymString
SymIterator
SymOr