1
0
forked from GitHub/gf-core

remove the example-based folder. The code is still in the archive

This commit is contained in:
Krasimir Angelov
2018-11-28 14:34:15 +01:00
parent 69ad1e617e
commit 05c2cfb628
5 changed files with 0 additions and 741 deletions

View File

@@ -1,20 +0,0 @@
Editor improvements for example-based grammar writing:
+ Remove the same language from the example language menu
+ Send the other language environment to getNext
- Compile a new .pgf automatically when needed
- Update buttons automatically when functions are added or removed
- Switch over to using AbsParadigmsEng.pgf instead of the old exprToAPI function
Editor support for guided construction of linearization functions
- enter api expressions by parsing them with AbsParadigmsEng.pgf in minibar
- replace simpleParseInput with one that accepts quoted string literals
- use lexcode/unlexcode in minibar
- better support for literals in minibar (completion info from the PGF
library should indicate if literals are acceptable)
Server support for example-based grammar writing:
- Change getNext to use info from the example language
- Random generator restricted to defined functions
- More testing