aarne
|
6e511e5fbd
|
morphological analyser in shell state - now reasonably fast
|
2008-12-12 08:12:24 +00:00 |
|
aarne
|
288ffd290a
|
restored "?" as system pipe command
|
2008-11-18 15:31:30 +00:00 |
|
aarne
|
ca59050abc
|
print "no trees found" in GF shell if an empty tree list is returned by p or pt
|
2008-11-10 16:23:09 +00:00 |
|
aarne
|
d9ff5aa48c
|
lexer documentation in help and tutorial updated
|
2008-11-10 15:53:38 +00:00 |
|
krasimir
|
03d86ba05c
|
remove some redundant imports of GF.Text.UTF8
|
2008-10-28 15:47:04 +00:00 |
|
bjorn
|
d41616dd6a
|
Added Read and Show instances for CId. Also added readCId :: String -> Maybe CId, and use that for readLanguage.
|
2008-10-20 11:59:31 +00:00 |
|
bjorn
|
a26290659d
|
Replace Category with Type in the PGF API. Added readLanguage and showLanguage.
|
2008-10-20 11:35:05 +00:00 |
|
krasimir
|
eb0fefec28
|
preparation for dep. types. The -cat option can take any type instead of just a category. The PGF API is generalized as well.
|
2008-10-20 08:42:39 +00:00 |
|
krasimir
|
9837fb8fb1
|
move PGF.Quiz to GF.Quiz. It is not part of the PGF API
|
2008-10-19 16:38:56 +00:00 |
|
bjorn
|
176dc3e730
|
In shell "p" command, only try languages that have a parser.
|
2008-10-16 11:33:09 +00:00 |
|
aarne
|
856c31a64b
|
restored the possibility to compile .cf files to gf
|
2008-10-15 15:08:38 +00:00 |
|
aarne
|
e4dc63f665
|
rudimentary abstract syntax type checker and solver in PGF
|
2008-10-14 14:34:08 +00:00 |
|
aarne
|
a11f1b1437
|
paraphrase works a little better now ; added examples/paraphrase for testing
|
2008-10-14 11:19:30 +00:00 |
|
aarne
|
54f8fd9ec1
|
added a paraphrase method applying def's in both directions, in subtrees, and step by step; doesn't work properly yet
|
2008-10-13 16:41:21 +00:00 |
|
aarne
|
4e795bab9b
|
a first version of PGF.AbsCompute
|
2008-10-10 15:53:17 +00:00 |
|
aarne
|
e765b97fc4
|
simplified 1.5 by removing mathematical/
|
2008-10-06 12:49:13 +00:00 |
|
aarne
|
394050d9f7
|
added a command for tree operations and started a module for defining them
|
2008-10-05 19:49:26 +00:00 |
|
bjorn
|
8fb068df6a
|
Fail more gracefully on unknown file name extensions.
|
2008-10-02 12:32:03 +00:00 |
|
aarne
|
429092ac6a
|
added mode 'gf --run' for running silently a script ; made quizzes handle character encoding correctly ; for this end, collected coding functions in GF.Text.Coding
|
2008-10-01 16:01:51 +00:00 |
|
aarne
|
cbde244ac1
|
Telugu transliteration
|
2008-09-23 08:49:58 +00:00 |
|
aarne
|
b3803424ff
|
convert all values in shell pipes to strings
|
2008-09-04 09:03:02 +00:00 |
|
aarne
|
66c927937a
|
bronzeage grammar restored except for three ones with issues ; arabic transliteration added
|
2008-08-16 18:55:28 +00:00 |
|
aarne
|
f7b2a83059
|
version-related changes in Makefile and help
|
2008-06-27 09:09:29 +00:00 |
|
aarne
|
33eb6d899f
|
moved interruption to GFI level to capture all commands
|
2008-06-26 21:01:51 +00:00 |
|
aarne
|
ed708ffda6
|
uniform encoding: gfo and pgf in UTF8, internal in unicode
|
2008-06-26 16:35:45 +00:00 |
|
aarne
|
e9e80fc389
|
changed names of resource-1.3; added a note on homepage on release
|
2008-06-25 16:54:35 +00:00 |
|
aarne
|
b96b36f43d
|
removed src for 2.9
|
2008-06-25 16:43:48 +00:00 |
|
krasimir
|
46c9a500df
|
use putStrLn instead of print to dump error messages. This avoids the double quotes
|
2008-04-25 15:49:53 +00:00 |
|
krasimir
|
fc111c1a79
|
use the standard System.FilePath module instead of our own broken file path manipulation functions
|
2008-04-22 11:39:46 +00:00 |
|
krasimir
|
0ea2798b3c
|
gf3 should not exit if there is a syntax error in the file
|
2008-04-17 12:50:51 +00:00 |
|
bringert
|
f439895ef9
|
Added GF.GFCC.Macros.lookStartCat. Changed GF.GFCC:API to use it (before, startCat always returned "S"!). GFCCtoJS has not been changed, Moises will do that.
|
2008-04-07 15:57:04 +00:00 |
|
aarne
|
327c63eb74
|
gt command in gf3
|
2008-01-08 12:22:05 +00:00 |
|
bringert
|
a68b2850e7
|
Added -noparse flag to gfc. In the process, I refactored GF.Devel.GFC and GF.Command.Importing to use a common source to gfcc compilation function in the new module GF.Compile.API.
|
2008-01-04 14:51:20 +00:00 |
|
bringert
|
af1a3a2473
|
Store FCFPInfo (all information needed for FCFG parsing) in GFCC files, and in the internal DataGFCC.GFCC structure. The parsing information format is still in flux.
|
2008-01-03 17:10:05 +00:00 |
|
bringert
|
5b01d912ce
|
Replace all the different ErrM.hs modules with GF.Data.ErrM.
|
2007-12-20 17:34:12 +00:00 |
|
aarne
|
f85ba4bfa0
|
removed dep. on GFCCRaw
|
2007-12-14 09:25:18 +00:00 |
|
aarne
|
b447cf1a04
|
new GFCC concrete syntax in place everywhere
|
2007-12-13 20:19:47 +00:00 |
|
aarne
|
af2755eebe
|
prelude sources to lib/src; present in StructuralEng; refactored checkGFCC
|
2007-12-13 10:12:00 +00:00 |
|
aarne
|
e66aab0978
|
changed js and hs file names in gfcc output to expected ones
|
2007-11-09 10:08:07 +00:00 |
|
aarne
|
91415f7ad0
|
grammar printing options in gf3 and gfc
|
2007-11-09 00:21:57 +00:00 |
|
aarne
|
14e974af9e
|
added linearize -all
|
2007-11-08 17:01:09 +00:00 |
|
aarne
|
44df29f52d
|
gfi linearization with flags -table -record -term
|
2007-11-08 16:37:30 +00:00 |
|
aarne
|
2b1d5a4d51
|
Devel/GF3: experimentally putting together all functionalities for the first time
|
2007-11-06 14:44:17 +00:00 |
|
aarne
|
693621ffbe
|
made command table independent of options
|
2007-11-06 11:01:45 +00:00 |
|
aarne
|
db399191d9
|
factored out commands from interpreter in gfcc
|
2007-11-06 10:43:19 +00:00 |
|
aarne
|
7eecf7f943
|
command database in gfcc
|
2007-11-04 22:01:10 +00:00 |
|
aarne
|
bb5af4bbba
|
interpreter with pipes
|
2007-11-04 10:17:48 +00:00 |
|
aarne
|
fdc39cf18c
|
started command interpreter for gfcc
|
2007-11-03 22:37:18 +00:00 |
|
aarne
|
5956ba6b38
|
command language and gfcc term parser in bnfc
|
2007-11-03 22:00:08 +00:00 |
|