mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 21:21:33 +00:00
idea: significant enhancements to ide experience
This commit is contained in:
@ -261,6 +261,7 @@ types:
|
||||
parent: Expression
|
||||
referencedElementValue: symbol
|
||||
referencedElementType: Node
|
||||
namedElementValue: symbol
|
||||
values:
|
||||
- name: symbol
|
||||
type: Symbol
|
||||
|
@ -1,9 +1,9 @@
|
||||
// GENERATED CODE FROM PORK AST CODEGEN
|
||||
package gay.pizza.pork.ast
|
||||
|
||||
import kotlinx.serialization.Transient
|
||||
import kotlinx.serialization.SerialName
|
||||
import kotlinx.serialization.Serializable
|
||||
import kotlinx.serialization.Transient
|
||||
|
||||
@Serializable
|
||||
@SerialName("node")
|
||||
|
Reference in New Issue
Block a user