mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 09:32:53 -06:00
Indent nested lists in Markdown by 4 spaces instead of 2
This commit is contained in:
@@ -21,12 +21,12 @@ since the release of GF 3.9 in August 2017.
|
|||||||
|
|
||||||
- Travis integration for both [GF](https://travis-ci.org/GrammaticalFramework/gf-gf) and [RGL](https://travis-ci.org/GrammaticalFramework/gf-rgl).
|
- Travis integration for both [GF](https://travis-ci.org/GrammaticalFramework/gf-gf) and [RGL](https://travis-ci.org/GrammaticalFramework/gf-rgl).
|
||||||
- A lot of bug fixes and repository cleanup, including things moved to new repositories:
|
- A lot of bug fixes and repository cleanup, including things moved to new repositories:
|
||||||
- [Phrasebook](https://github.com/GrammaticalFramework/gf-contrib/tree/master/phrasebook)
|
- [Phrasebook](https://github.com/GrammaticalFramework/gf-contrib/tree/master/phrasebook)
|
||||||
- [Wide coverge translator](https://github.com/GrammaticalFramework/wide-coverage)
|
- [Wide coverge translator](https://github.com/GrammaticalFramework/wide-coverage)
|
||||||
- [Mobile apps](https://github.com/GrammaticalFramework/gf-offline-translator)
|
- [Mobile apps](https://github.com/GrammaticalFramework/gf-offline-translator)
|
||||||
- [gftest](https://github.com/GrammaticalFramework/gftest)
|
- [gftest](https://github.com/GrammaticalFramework/gftest)
|
||||||
- [gf-mode](https://github.com/GrammaticalFramework/gf-emacs-mode) for Emacs
|
- [gf-mode](https://github.com/GrammaticalFramework/gf-emacs-mode) for Emacs
|
||||||
- [RGL browser](https://github.com/GrammaticalFramework/rgl-source-browser) (live [here](http://www.grammaticalframework.org/~john/rgl-browser/))
|
- [RGL browser](https://github.com/GrammaticalFramework/rgl-source-browser) (live [here](http://www.grammaticalframework.org/~john/rgl-browser/))
|
||||||
- A fresh look for the GF website.
|
- A fresh look for the GF website.
|
||||||
|
|
||||||
## GF compiler and run-time library
|
## GF compiler and run-time library
|
||||||
@@ -39,18 +39,18 @@ since the release of GF 3.9 in August 2017.
|
|||||||
- `GF_LIB_PATH` can now be `path1:path2:path3`, not just `path1`
|
- `GF_LIB_PATH` can now be `path1:path2:path3`, not just `path1`
|
||||||
- Add TypeScript type definitions for `gflib.js`
|
- Add TypeScript type definitions for `gflib.js`
|
||||||
- New compiler/shell options
|
- New compiler/shell options
|
||||||
- added option `-output-format=java` for producing code for embedded grammars in Java
|
- added option `-output-format=java` for producing code for embedded grammars in Java
|
||||||
- `rf -paragraphs`
|
- `rf -paragraphs`
|
||||||
- `linearize -tabtreebank`
|
- `linearize -tabtreebank`
|
||||||
- A new function called `completions` is added in the Haskell runtime and used in PGFService. This makes the extraction of completions more platform independent
|
- A new function called `completions` is added in the Haskell runtime and used in PGFService. This makes the extraction of completions more platform independent
|
||||||
|
|
||||||
## Resource Grammar Library
|
## Resource Grammar Library
|
||||||
|
|
||||||
- [Bash build script](https://github.com/GrammaticalFramework/gf-rgl/blob/master/Setup.sh), for building the RGL without Haskell
|
- [Bash build script](https://github.com/GrammaticalFramework/gf-rgl/blob/master/Setup.sh), for building the RGL without Haskell
|
||||||
- [Windows build script](https://github.com/GrammaticalFramework/gf-rgl/blob/master/Setup.bat), for building the RGL without Haskell on a regular Windows command shell
|
- [Windows build script](https://github.com/GrammaticalFramework/gf-rgl/blob/master/Setup.bat), for building the RGL without Haskell on a regular Windows command shell
|
||||||
- New languages:
|
- New languages:
|
||||||
- Basque
|
- Basque
|
||||||
- Portuguese
|
- Portuguese
|
||||||
- Big progress with Arabic, Turkish, Persian
|
- Big progress with Arabic, Turkish, Persian
|
||||||
- Introduction of `Extend` module to combine the functions of `Extra` and `Extensions` in a more disciplined way
|
- Introduction of `Extend` module to combine the functions of `Extra` and `Extensions` in a more disciplined way
|
||||||
- Various fixes for several languages.
|
- Various fixes for several languages.
|
||||||
|
|||||||
Reference in New Issue
Block a user