mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 13:11:32 +00:00
parser: implement long literal and handle overflow
This commit is contained in:
@ -4,5 +4,6 @@ enum class AstPrimitive(val id: kotlin.String) {
|
||||
Boolean("Boolean"),
|
||||
String("String"),
|
||||
Int("Int"),
|
||||
Long("Long"),
|
||||
Double("Double")
|
||||
}
|
||||
|
Reference in New Issue
Block a user