mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-28 05:52:51 -06:00
added test cases for computation with abstract syntax terms
This commit is contained in:
50
testsuite/runtime/eval/eval.gfs.gold
Normal file
50
testsuite/runtime/eval/eval.gfs.gold
Normal file
@@ -0,0 +1,50 @@
|
||||
\v0 -> v0 1
|
||||
|
||||
|
||||
|
||||
? 1
|
||||
|
||||
|
||||
|
||||
? 1
|
||||
|
||||
|
||||
|
||||
unknown variable unknown_var
|
||||
|
||||
unknown variable unknown_var
|
||||
|
||||
literal of function type
|
||||
|
||||
f 1 2
|
||||
|
||||
|
||||
|
||||
\v0 -> v0
|
||||
|
||||
|
||||
|
||||
?666
|
||||
|
||||
|
||||
|
||||
f
|
||||
|
||||
|
||||
|
||||
f 1 2
|
||||
|
||||
|
||||
|
||||
literal of function type
|
||||
|
||||
2
|
||||
|
||||
|
||||
|
||||
g 0
|
||||
|
||||
|
||||
|
||||
\v0 -> g v0
|
||||
|
||||
Reference in New Issue
Block a user