1
0
forked from GitHub/gf-core

lexer flags

This commit is contained in:
aarne
2005-05-12 11:50:28 +00:00
parent 600a0a789a
commit 3c468d8b77
3 changed files with 0 additions and 14 deletions

View File

@@ -21,11 +21,6 @@
concrete CategoriesEng of Categories = PredefCnc ** open Prelude, SyntaxEng in {
flags
startcat=Phr ;
lexer=text ;
unlexer=text ;
lincat
N = CommNoun ;
-- = {s : Number => Case => Str}

View File

@@ -22,10 +22,6 @@
concrete RulesEng of Rules = CategoriesEng ** open Prelude, SyntaxEng in {
flags
startcat=Phr ;
lexer=text ;
unlexer=text ;
optimize=all ;
lin

View File

@@ -1,11 +1,6 @@
incomplete concrete CategoriesScand of Categories =
PredefCnc ** open Prelude, SyntaxScand in {
flags
startcat=Phr ;
lexer=text ;
unlexer=text ;
lincat
CN = {s : Number => SpeciesP => Case => Str ; g : NounGender ;
p : IsComplexCN} ;