hallgren
1e1d91056d
avoid warning from ghc-7.0
...
Warning: -fglasgow-exts is deprecated: Use individual extensions instead
2011-04-06 13:57:19 +00:00
aarne
58acad5689
generate Eq instance for GADT
2011-04-06 12:27:31 +00:00
aarne
393976d889
fixed the printing of predefined and list categories in haskell=gadt
2011-04-06 07:45:35 +00:00
hallgren
1677df78c9
Add build info to the GF shell welcome message
2011-04-04 19:52:07 +00:00
gdetrez
5be1b5d493
Adding a basic lexicon-based tokenizer and the asociated command in gf shell
2011-02-10 15:00:06 +00:00
gdetrez
0c7676e6e9
Adding an option to the gf compiler to add an index to pgf files
...
This is gonna be used by the android library to skip unused part of a
pgf file
2010-12-11 16:36:30 +00:00
aarne
afbfbaa73a
make it possible to override opers defined in an interface by syntax 'instance Foo of Bar - [f,g,h]'
2011-03-12 11:24:14 +00:00
aarne
87aa41d503
make later flags take priority over earlier ones in PGF generation
2011-03-12 11:22:21 +00:00
aarne
d782be6440
generalized pt -transfer so that it goes into subtrees (naive implementation in TreeOperations; using PGF.Expr.match would be better); example given in 'h pt'
2011-03-12 10:20:54 +00:00
aarne
54feac5d26
added composOp generation to haskell-gadt, and an example in examples/gadt-transfer
2011-03-05 22:25:03 +00:00
aarne
603dc34b63
switched the upper and lower parts of lexc entries to their standard order
2011-03-04 17:25:53 +00:00
aarne
c834cb348c
revived GADT generation
2011-03-04 17:05:40 +00:00
aarne
8fc455f22b
fixed a variable refreshing bug in the compiler
2011-03-04 16:44:30 +00:00
hallgren
affdcf421e
GF shell restricted mode
...
By setting the environment variable GF_RESTRICTED before starting GF, the shell
will be run in restricted mode. This will prevent the GF shell from starting
arbitrary system commands (most uses of System.Cmd.system are blocked) and
writing arbitrary files (most commands that use writeFile et al are blocked).
Restricted mode is intended minimize the potential security risks involved
in allowing public access to the GF shell over the internet. It should be used
in conjuction with system level protection mechanisms (e.g. file permissions)
to make sure that a publicly acessible GF shell does not give access to parts
of the system that should not be publicly accessible.
2011-03-03 15:42:57 +00:00
aarne
9b26957785
overloaded opers included in sorting of judgements
2011-03-03 15:10:31 +00:00
aarne
93987ee869
print lexicon in Xerox LEXC format: pg -lexc
2011-03-03 08:31:15 +00:00
aarne
3e2d906888
corrected help for l command
2011-03-01 16:15:20 +00:00
aarne
a786f1c809
the command show_operations to inspect opers in scope
2011-02-28 13:31:04 +00:00
aarne
5536c31585
removed message showing what modules are read unless in verbose mode
2011-02-26 10:25:09 +00:00
aarne
dd937731f6
Predef.error surfaces as error message in compilation and cc command
2011-02-25 17:01:10 +00:00
aarne
ffc78017b2
command ga moved to option 'aw -giza'
2011-02-25 12:55:36 +00:00
aarne
e4eccba450
a simple clitic analysis command 'ca'
2011-02-06 16:19:24 +00:00
aarne
d661d45b1e
corrections to ancientgreek encoding by Hans Leiss
2011-01-31 08:06:42 +00:00
aarne
37ace15733
started CompilerAPI, still dummy
2011-01-28 15:28:05 +00:00
krasimir
01d05b6736
more clear LICENSE file for GF
2010-12-21 10:57:54 +00:00
krasimir
2262c105ab
bugfix: GeneratePMCFG should initialize the lexicon to empty
2010-12-17 09:11:04 +00:00
aarne
2b399e5356
updated documentation of pg -printer formats
2010-12-14 22:05:53 +00:00
aarne
fe82e6b50d
documented the pgf -printer values for help
2010-12-14 20:40:17 +00:00
aarne
22e50ae31c
option cc -list added
2010-12-14 17:42:42 +00:00
krasimir
1f1a0d7ada
PGFToCFG should use the full production set because the lexicon is now split out
2010-12-14 21:25:43 +00:00
aarne
07d95b2b3f
type checking of oper types with let expressions
2010-12-14 14:35:41 +00:00
aarne
54f04ecb5a
fixed the failure to partial-evaluate pre in right-associative context
2010-12-11 16:27:35 +00:00
aarne
7b9e55650b
preparing resource api for multilingual documentation
2010-12-10 08:48:26 +00:00
krasimir
ba042f85d1
some more functions in GF.Data.TrieMap
2010-12-08 12:51:37 +00:00
krasimir
a9218ff45c
simple refactoring in PGF.Macros and related
2010-12-06 14:19:51 +00:00
aarne
ff23d6db76
optimize-pgf and file flag in pg -pgf
2010-12-07 19:28:40 +00:00
aarne
1b24f4490c
moved PGF.ToApi to GF.Compile.ToAPI
2010-12-07 18:05:13 +00:00
aarne
a27dd5fef4
shell command pg -pgf writes current pgf into a file
2010-12-07 16:05:37 +00:00
aarne
a3ae8cf696
printing option -api in the eb command
2010-12-06 10:49:38 +00:00
ra.monique
1e5a0c9d9e
no more IO in the syntax to API translator
2010-12-06 10:15:14 +00:00
aarne
86bc73cb03
vt -api with conversion to resource API names
2010-12-06 09:53:04 +00:00
aarne
3506b313c1
format .gfm for multiple modules in the same file; includes lines with ;-separated words
2010-11-30 14:50:24 +00:00
hallgren
92da4008e0
Add builtin preprocessors. Avoid creating tmp file. Fix multipreprocessor bug.
...
* The gf command line options -preproc=mkPresent and -preproc=mkMinimal now
refer to internal preprocessors equivalent to lib/src/mkPresent
and lib/src/mkMinimal.
* The temporary file _gf_preproc.tmp is not created when running an
internal preprocessor, unless there is an error, since errors messages
refer to locations in the preprocessed file. (Possibly allowing the rgl
build to be parallelized.)
* After running an external preprocessor, the temporary file is deleted,
unless there was an error.
* (Bug fix) Before, when running more than one preprocessor, the same file name
would be used for both input and output, e.g.,
mkPresent _gf_preproc.tmp > _gf_preproc.tmp
which would result in an empty file being processed. Now, the input and
output files will always be different.
2010-11-26 18:25:29 +00:00
aarne
0460ed2d8b
DiffUrd and Hin; updated Transliteration.hs
2010-11-25 12:22:58 +00:00
aarne
e37e6df775
lang flag in align_words sets the list of languages
2010-11-22 22:41:29 +00:00
krasimir
159b68f946
command ai in the shell now shows the probability of the tree
2010-11-24 12:51:54 +00:00
aarne
e9679e57af
fixed some bugs in translation quiz
2010-11-17 08:30:02 +00:00
krasimir
60a401057f
bugfix for the abstract operations
2010-11-15 09:38:31 +00:00
krasimir
fe1205059b
operations in the abstract syntax
2010-11-12 19:37:19 +00:00
ramona.enache
cd69929b4d
added giza Alignments with command ga and merged the rendering algorithm for graphviz and giza alignments
2010-10-31 13:39:01 +00:00