mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
started examples-3.0 with examples that are tested to work
This commit is contained in:
12
examples-3.0/tutorial/smart/LexSmart.gf
Normal file
12
examples-3.0/tutorial/smart/LexSmart.gf
Normal file
@@ -0,0 +1,12 @@
|
||||
interface LexSmart = 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