mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 00:52:51 -06:00
finished the partial evaluator
This commit is contained in:
@@ -2,3 +2,8 @@
|
||||
"x"
|
||||
"y"
|
||||
\v0 -> v0.x
|
||||
{x = "x"; y = "y"; z = "z"}
|
||||
{x = "x"; y = "y'"}
|
||||
\v0 -> {y = "y'"}
|
||||
\v0 -> {x = v0.x; y = "y'"}
|
||||
\v0 -> {b = "b"}
|
||||
|
||||
Reference in New Issue
Block a user