forked from GitHub/gf-core
added wiki grammars
This commit is contained in:
8
examples/wiki/RestaurantSpa.gf
Normal file
8
examples/wiki/RestaurantSpa.gf
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
concrete RestaurantSpa of Restaurant = RestaurantI with
|
||||
|
||||
(Syntax = SyntaxSpa),
|
||||
(Grammar = GrammarSpa),
|
||||
(LexRestaurant = LexRestaurantSpa) ;
|
||||
Reference in New Issue
Block a user