mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
spec
This commit is contained in:
@@ -8,7 +8,7 @@ Version: %{version}
|
|||||||
Release: %{release}
|
Release: %{release}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Sciences/Other
|
Group: Sciences/Other
|
||||||
URL: http://www.cs.chalmers.se/~aarne/GF/pub/work-index/
|
URL: http://www.cs.chalmers.se/~aarne/GF/
|
||||||
Source: %{name}-%{version}.tar.gz
|
Source: %{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||||
BuildRequires: ghc
|
BuildRequires: ghc
|
||||||
@@ -33,12 +33,13 @@ generic grammar processor performs various tasks with the grammars:
|
|||||||
* random generation
|
* random generation
|
||||||
* syntax editing
|
* syntax editing
|
||||||
|
|
||||||
GF particularly addresses two aspects of grammars:
|
GF particularly addresses the following aspects of grammars:
|
||||||
|
|
||||||
* multilinguality (parallel grammars for different languages)
|
* multilinguality (parallel grammars for different languages)
|
||||||
* semantics (semantic conditions of well-formedness, semantic
|
* semantics (semantic conditions of well-formedness, semantic
|
||||||
properties of expressions)
|
properties of expressions)
|
||||||
|
* grammar engineering (modularity, information hiding, reusable
|
||||||
|
libraries)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user