Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
blue
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Attention: Maintenance on monday 19.04.2021 from 07:00 - 13:00 (Gitlab and Mattermost are offline!)
Open sidebar
SMGloM
blue
Commits
138ac7ea
Commit
138ac7ea
authored
Nov 28, 2017
by
Michael Kohlhase
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more grammar
parent
e07ad4af
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
4 deletions
+9
-4
gf/Math.gf
gf/Math.gf
+2
-2
gf/MathEng.gf
gf/MathEng.gf
+1
-0
gf/MathLex.gf
gf/MathLex.gf
+2
-0
gf/MathLexEng.gf
gf/MathLexEng.gf
+4
-2
No files found.
gf/Math.gf
View file @
138ac7ea
...
...
@@ -7,8 +7,8 @@
abstract Math =
Grammar,
Lexicon
,
MathLex
Lexicon
,
MathLex
,Construction --- could be compiled here, but not in concretes, as they call Syntax and Grammar
,Documentation --# notpresent
,Markup - [stringMark]
...
...
gf/MathEng.gf
View file @
138ac7ea
...
...
@@ -3,6 +3,7 @@
concrete MathEng of Math =
GrammarEng,
LexiconEng
,MathLexEng
,ConstructionEng
,DocumentationEng --# notpresent
,MarkupEng - [stringMark]
...
...
gf/MathLex.gf
View file @
138ac7ea
abstract MathLex = Cat ** {
fun
positive_A : A ;
prime_A : A ;
integer_N : N ;
call_V2 : V2;
}
gf/MathLexEng.gf
View file @
138ac7ea
--# -path=.:prelude
concrete MathLexEng of
Lexicon
= CatEng **
concrete MathLexEng of
MathLex
= CatEng **
open ParadigmsEng, IrregEng, Prelude in {
flags
...
...
@@ -8,5 +8,7 @@ flags
lin
positive_A = regADeg "positive" ;
number_N = regN "integer" ;
prime_A = regADeg "prime" ;
integer_N = regN "integer" ;
call_V2 = dirV2 (regV "call") ;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment