forked from GitHub/gf-core
toy1 with classes and using resource API
This commit is contained in:
12
examples/regulus/toy1/LexToy1.gf
Normal file
12
examples/regulus/toy1/LexToy1.gf
Normal file
@@ -0,0 +1,12 @@
|
||||
interface LexToy1 = open Syntax in {
|
||||
|
||||
oper
|
||||
dim_V2 : V2 ;
|
||||
fan_N : N ;
|
||||
kitchen_N : N ;
|
||||
light_N : N ;
|
||||
livingRoom_N : N ;
|
||||
switchOff_V2 : V2 ;
|
||||
switchOn_V2 : V2 ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user