mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-09-15 15:31:32 +00:00
10 lines
224 B
Kotlin
10 lines
224 B
Kotlin
// GENERATED CODE FROM PORK AST CODEGEN
|
|
package gay.pizza.pork.ast
|
|
|
|
import kotlinx.serialization.SerialName
|
|
import kotlinx.serialization.Serializable
|
|
|
|
@Serializable
|
|
@SerialName("expression")
|
|
sealed class Expression : Node()
|