mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 10:12:51 -06:00
Changed module names.
This commit is contained in:
@@ -12,12 +12,12 @@
|
||||
--
|
||||
-- The users of the resource grammar should not look at this file for the
|
||||
-- linearization rules, which are in fact hidden in the document version.
|
||||
-- They should use $resource.Abs.gf$ to access the syntactic rules.
|
||||
-- They should use $ResAbs.gf$ to access the syntactic rules.
|
||||
-- This file can be consulted in those, hopefully rare, occasions in which
|
||||
-- one has to know how the syntactic categories are
|
||||
-- implemented. The parameter types are defined in $Types.gf$.
|
||||
-- implemented. The parameter types are defined in $TypesSwe.gf$.
|
||||
|
||||
concrete ResSwe of ResAbs = open Prelude, Syntax in {
|
||||
concrete ResSwe of ResAbs = open Prelude, SyntaxSwe in {
|
||||
|
||||
flags
|
||||
startcat=Phr ;
|
||||
|
||||
Reference in New Issue
Block a user