mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 05:29:30 -06:00
Compare commits
7 Commits
build-pyth
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c4f85c2066 | ||
|
|
a6ea774e78 | ||
|
|
0f4d13dd20 | ||
|
|
278397db20 | ||
|
|
f31a3496f5 | ||
|
|
b753912689 | ||
|
|
000fab7b52 |
BIN
doc/MOLTO_D2.3.pdf
Normal file
BIN
doc/MOLTO_D2.3.pdf
Normal file
Binary file not shown.
@@ -23,7 +23,7 @@ Binary packages are available for Debian/Ubuntu, macOS, and Windows and include:
|
|||||||
- C run-time system
|
- C run-time system
|
||||||
- Python bindings to the C run-time system
|
- Python bindings to the C run-time system
|
||||||
|
|
||||||
[Binary packages on GitHub](https://github.com/GrammaticalFramework/gf-core/releases/tag/3.12)
|
[Binary packages on GitHub](https://github.com/GrammaticalFramework/gf-core/releases/tag/release-3.12)
|
||||||
|
|
||||||
#### Debian/Ubuntu
|
#### Debian/Ubuntu
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="refresh" content="0; URL=/download/index-3.11.html" />
|
<meta http-equiv="refresh" content="0; URL=/download/index-3.12.html" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
You are being redirected to <a href="index-3.12.html">the current version</a> of this page.
|
You are being redirected to <a href="index-3.12.html">the current version</a> of this page.
|
||||||
|
|||||||
2
gf.cabal
2
gf.cabal
@@ -349,7 +349,7 @@ library
|
|||||||
build-depends:
|
build-depends:
|
||||||
terminfo >=0.4.0 && < 0.5
|
terminfo >=0.4.0 && < 0.5
|
||||||
|
|
||||||
if impl(ghc >= 9.6.6)
|
if impl(ghc >= 9.6)
|
||||||
build-depends: unix >= 2.8 && < 2.9
|
build-depends: unix >= 2.8 && < 2.9
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|||||||
12
index.html
12
index.html
@@ -55,14 +55,14 @@
|
|||||||
<li><a href="gf-book">The GF Book</a></li>
|
<li><a href="gf-book">The GF Book</a></li>
|
||||||
<li><a href="doc/gf-refman.html">Reference Manual</a></li>
|
<li><a href="doc/gf-refman.html">Reference Manual</a></li>
|
||||||
<li><a href="doc/gf-shell-reference.html">Shell Reference</a></li>
|
<li><a href="doc/gf-shell-reference.html">Shell Reference</a></li>
|
||||||
<li><a href="http://www.molto-project.eu/sites/default/files/MOLTO_D2.3.pdf">Best Practices</a> <small>[PDF]</small></li>
|
<li><a href="https://www.grammaticalframework.org/doc/MOLTO_D2.3.pdf">Best Practices</a> <small>[PDF]</small></li>
|
||||||
<li><a href="https://www.mitpressjournals.org/doi/pdf/10.1162/COLI_a_00378">Scaling Up (Computational Linguistics 2020)</a></li>
|
<li><a href="https://www.mitpressjournals.org/doi/pdf/10.1162/COLI_a_00378">Scaling Up (Computational Linguistics 2020)</a></li>
|
||||||
<li><a href="https://inariksit.github.io/blog/">GF blog</a></li>
|
<li><a href="https://inariksit.github.io/blog/">GF blog</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<a href="lib/doc/synopsis/index.html" class="btn btn-primary ml-3">
|
<a href="lib/doc/synopsis/index.html" class="btn btn-primary ml-3">
|
||||||
<i class="fab fa-readme mr-1"></i>
|
<i class="fab fa-readme mr-1"></i>
|
||||||
RGL Synopsis
|
RGL API
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -72,8 +72,12 @@
|
|||||||
<li><a href="doc/gf-developers.html">Developers Guide</a></li>
|
<li><a href="doc/gf-developers.html">Developers Guide</a></li>
|
||||||
<!-- <li><a href="/~hallgren/gf-experiment/browse/">Browse Source Code</a></li> -->
|
<!-- <li><a href="/~hallgren/gf-experiment/browse/">Browse Source Code</a></li> -->
|
||||||
<li>PGF library API:<br>
|
<li>PGF library API:<br>
|
||||||
<a href="http://hackage.haskell.org/package/gf/docs/PGF.html">Haskell</a> /
|
<ul>
|
||||||
<a href="doc/runtime-api.html">C runtime</a>
|
<li><a href="http://hackage.haskell.org/package/gf/docs/PGF.html">Haskell</a>
|
||||||
|
</li><li><a href="doc/runtime-api.html#python">Python</a>
|
||||||
|
</li><li><a href="doc/runtime-api.html">C runtime</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="http://hackage.haskell.org/package/gf/docs/GF.html">GF compiler API</a></li>
|
<li><a href="http://hackage.haskell.org/package/gf/docs/GF.html">GF compiler API</a></li>
|
||||||
<!-- <li><a href="src/ui/android/README">GF on Android (new)</a></li>
|
<!-- <li><a href="src/ui/android/README">GF on Android (new)</a></li>
|
||||||
|
|||||||
Reference in New Issue
Block a user