mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-09 11:12:51 -06:00
first compilable LangDut
This commit is contained in:
16
lib/src/dutch/GrammarDut.gf
Normal file
16
lib/src/dutch/GrammarDut.gf
Normal file
@@ -0,0 +1,16 @@
|
||||
--# -path=.:../abstract:../common:prelude
|
||||
|
||||
concrete GrammarDut of Grammar =
|
||||
NounDut,
|
||||
VerbDut,
|
||||
AdjectiveDut,
|
||||
AdverbDut,
|
||||
NumeralDut,
|
||||
SentenceDut,
|
||||
QuestionDut,
|
||||
RelativeDut,
|
||||
ConjunctionDut,
|
||||
PhraseDut,
|
||||
TextX,
|
||||
IdiomDut,
|
||||
StructuralDut ;
|
||||
Reference in New Issue
Block a user