mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 21:21:33 +00:00
language: none support
This commit is contained in:
@ -374,6 +374,8 @@ class EvaluationVisitor(root: Scope) : NodeVisitor<Any> {
|
||||
topLevelUsedError("Native", "FunctionContext")
|
||||
}
|
||||
|
||||
override fun visitNoneLiteral(node: NoneLiteral): Any = None
|
||||
|
||||
override fun visitContinue(node: Continue): Any = ContinueMarker
|
||||
|
||||
private inline fun <T> scoped(block: () -> T): T {
|
||||
|
Reference in New Issue
Block a user