summaryrefslogtreecommitdiff
path: root/src/example-based/todo.txt
diff options
context:
space:
mode:
authorKrasimir Angelov <kr.angelov@gmail.com>2018-11-28 14:34:15 +0100
committerKrasimir Angelov <kr.angelov@gmail.com>2018-11-28 14:34:15 +0100
commit05c2cfb628147f7d6fa0a6c2f38eb9d67b2eb007 (patch)
tree407747233fb9092bdf50ae9fd83ce1ce2c9d9ae6 /src/example-based/todo.txt
parent69ad1e617ed9e40d52b1ec2c4b383879c5d622f2 (diff)
remove the example-based folder. The code is still in the archive
Diffstat (limited to 'src/example-based/todo.txt')
-rw-r--r--src/example-based/todo.txt20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/example-based/todo.txt b/src/example-based/todo.txt
deleted file mode 100644
index 196dbc097..000000000
--- a/src/example-based/todo.txt
+++ /dev/null
@@ -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