mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 13:11:32 +00:00
language: floating point support
This commit is contained in:
@ -3,5 +3,6 @@ package gay.pizza.pork.buildext.ast
|
||||
enum class AstPrimitive(val id: kotlin.String) {
|
||||
Boolean("Boolean"),
|
||||
String("String"),
|
||||
Int("Int")
|
||||
Int("Int"),
|
||||
Double("Double")
|
||||
}
|
||||
|
Reference in New Issue
Block a user