mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-16 06:32:51 -06:00
Added paths.
This commit is contained in:
@@ -15,13 +15,14 @@
|
|||||||
-- They should use $resource.Abs.gf$ to access the syntactic rules.
|
-- They should use $resource.Abs.gf$ to access the syntactic rules.
|
||||||
-- This file can be consulted in those, hopefully rare, occasions in which
|
-- This file can be consulted in those, hopefully rare, occasions in which
|
||||||
-- one has to know how the syntactic categories are
|
-- one has to know how the syntactic categories are
|
||||||
-- implemented. The parameter types are defined in $types.Eng.gf$.
|
-- implemented. The parameter types are defined in $TypesEng.gf$.
|
||||||
|
|
||||||
concrete ResEng of ResAbs = open Prelude, Syntax in {
|
concrete ResEng of ResAbs = open Prelude, Syntax in {
|
||||||
|
|
||||||
flags
|
flags
|
||||||
startcat=Phr ;
|
startcat=Phr ;
|
||||||
parser=chart ;
|
lexer=text ;
|
||||||
|
unlexer=text ;
|
||||||
|
|
||||||
lincat
|
lincat
|
||||||
N = CommNoun ;
|
N = CommNoun ;
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
-- use this path to read the grammar from the same directory
|
||||||
|
--# -path=.:../abstract:../../prelude
|
||||||
|
|
||||||
concrete TestEng of TestAbs = ResEng ** open Syntax in {
|
concrete TestEng of TestAbs = ResEng ** open Syntax in {
|
||||||
|
|
||||||
flags startcat=Phr ; lexer=text ; parser=chart ; unlexer=text ;
|
flags startcat=Phr ; lexer=text ; parser=chart ; unlexer=text ;
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
-- use this path to read the grammar from the same directory
|
||||||
|
--# -path=.:../abstract:../../prelude
|
||||||
|
|
||||||
concrete TestFin of TestAbs = ResFin ** open Prelude, Syntax in {
|
concrete TestFin of TestAbs = ResFin ** open Prelude, Syntax in {
|
||||||
|
|
||||||
flags startcat=Phr ; lexer=text ; parser=chart ; unlexer=text ;
|
flags startcat=Phr ; lexer=text ; parser=chart ; unlexer=text ;
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
-- use this path to read the grammar from the same directory
|
||||||
|
--# -path=.:../abstract:../../prelude
|
||||||
|
|
||||||
concrete TestDeu of TestAbs = ResDeu ** open Syntax in {
|
concrete TestDeu of TestAbs = ResDeu ** open Syntax in {
|
||||||
|
|
||||||
flags startcat=Phr ; lexer=text ; parser=chart ; unlexer=text ;
|
flags startcat=Phr ; lexer=text ; parser=chart ; unlexer=text ;
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
-- use this path to read the grammar from the same directory
|
||||||
|
--# -path=.:../abstract:../../prelude
|
||||||
|
|
||||||
concrete TestSwe of TestAbs = ResSwe ** open Syntax in {
|
concrete TestSwe of TestAbs = ResSwe ** open Syntax in {
|
||||||
|
|
||||||
flags startcat=Phr ; lexer=text ; parser=chart ; unlexer=text ;
|
flags startcat=Phr ; lexer=text ; parser=chart ; unlexer=text ;
|
||||||
|
|||||||
Reference in New Issue
Block a user