summaryrefslogtreecommitdiff
path: root/grammars/resource/english/ResEng.gf
diff options
context:
space:
mode:
Diffstat (limited to 'grammars/resource/english/ResEng.gf')
-rw-r--r--grammars/resource/english/ResEng.gf5
1 files changed, 3 insertions, 2 deletions
diff --git a/grammars/resource/english/ResEng.gf b/grammars/resource/english/ResEng.gf
index d302034d4..9e2675008 100644
--- a/grammars/resource/english/ResEng.gf
+++ b/grammars/resource/english/ResEng.gf
@@ -15,13 +15,14 @@
-- They should use $resource.Abs.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.Eng.gf$.
+-- implemented. The parameter types are defined in $TypesEng.gf$.
concrete ResEng of ResAbs = open Prelude, Syntax in {
flags
startcat=Phr ;
- parser=chart ;
+ lexer=text ;
+ unlexer=text ;
lincat
N = CommNoun ;