krasimir
|
fd63cdaeed
|
use the syntax <x : A> in PGF.Expr for typed expressions. This is consistent with the GF language
|
2009-09-19 10:16:37 +00:00 |
|
krasimir
|
2bb3229a84
|
command ai doesn't need typechecking from the shell
|
2009-09-18 14:43:04 +00:00 |
|
krasimir
|
e8d8f5dfe1
|
typo in PGF.Expr
|
2009-09-18 12:05:32 +00:00 |
|
krasimir
|
5d75dfab2b
|
fix in GF.Grammar.Printer
|
2009-09-17 20:09:22 +00:00 |
|
krasimir
|
715f551802
|
fixes in NumeralTransfer.gf
|
2009-09-17 15:57:20 +00:00 |
|
krasimir
|
e55b70a9af
|
added pt -transfer
|
2009-09-17 15:47:06 +00:00 |
|
krasimir
|
d9365c6cf0
|
added transfer module for Numeral to Digits and back
|
2009-09-17 14:35:19 +00:00 |
|
krasimir
|
45bfba4103
|
remove the transfer modules. We don't need anything special, a transfer module is module without concrete syntax
|
2009-09-17 14:32:20 +00:00 |
|
krasimir
|
347e5db212
|
bugfix in the ai command
|
2009-09-17 13:14:04 +00:00 |
|
aarne
|
361ed80517
|
some fixes in clitics in French imperatives
|
2009-09-16 13:26:49 +00:00 |
|
krasimir
|
34c8d78fed
|
more fixes in the testsuite
|
2009-09-16 12:49:04 +00:00 |
|
krasimir
|
886d663a96
|
another fix in the testsuite
|
2009-09-16 12:13:11 +00:00 |
|
krasimir
|
5c882f9bf9
|
fix some tests in the testsuite
|
2009-09-16 11:20:05 +00:00 |
|
krasimir
|
6e6d943630
|
remove some obsolete directories and files in lib
|
2009-09-16 08:43:43 +00:00 |
|
krasimir
|
4b8ff9a4be
|
add Romanian to the build system
|
2009-09-16 08:40:16 +00:00 |
|
krasimir
|
032b1fffc2
|
uncomment SymbolicRon
|
2009-09-16 08:39:43 +00:00 |
|
krasimir
|
2f97a77cbe
|
implementation for SymbolRon.gf from Ramona
|
2009-09-16 08:14:12 +00:00 |
|
aarne
|
d1794a764a
|
make Romanian compilable for present, and Bronzeage for most languages
|
2009-09-15 15:27:42 +00:00 |
|
krasimir
|
a85dc0c3be
|
forgot to push the changes to GF.cabal
|
2009-09-15 11:51:26 +00:00 |
|
krasimir
|
bfe4ff0d7a
|
update the compiler testsuite
|
2009-09-14 16:27:37 +00:00 |
|
krasimir
|
7a169dd586
|
clean up the GF.Grammar API
|
2009-09-14 16:23:23 +00:00 |
|
krasimir
|
9cebd25eac
|
Use GF.Grammar.Printer everywhere instead of PrGrammar
|
2009-09-14 15:13:11 +00:00 |
|
krasimir
|
3e489086ed
|
fix typo in CheckGrammar
|
2009-09-14 12:34:46 +00:00 |
|
krasimir
|
c61fbb4206
|
added some tests in the testsuite for the compiler
|
2009-09-14 12:17:57 +00:00 |
|
krasimir
|
5d06550283
|
CheckGrammar is now using the printer in GF.Grammar.Printer. Fixed bug that was hiding the warnings
|
2009-09-14 12:16:02 +00:00 |
|
krasimir
|
4ef98f44d2
|
remove some more independent keywords from Romanian and import the right version of NumeralRon.gf
|
2009-09-14 07:49:08 +00:00 |
|
ra.monique
|
18d01be869
|
romanian_modified
|
2009-09-14 01:33:06 +00:00 |
|
krasimir
|
a81def4168
|
more fixes for the lock_ fields
|
2009-09-13 21:18:43 +00:00 |
|
krasimir
|
4f87558b55
|
fix the missing lock fields in several languages
|
2009-09-13 20:31:20 +00:00 |
|
krasimir
|
f165acc41b
|
fixed missing lock_N warning in LexiconCat.gf
|
2009-09-13 19:18:07 +00:00 |
|
krasimir
|
d67f2ad970
|
added needsTypeCheck parameter to CommandInfo. The argument to the command is typechecked only if needsTypeCheck=True
|
2009-09-13 15:39:11 +00:00 |
|
krasimir
|
352a640e64
|
the testsuite\runtime\parser test now generates random trees to test the parser with
|
2009-09-13 15:17:15 +00:00 |
|
krasimir
|
96f86d53ac
|
add dummy SymbolRon.gf
|
2009-09-12 13:36:33 +00:00 |
|
krasimir
|
f5e4cd4b9f
|
add the API modules for Romanian
|
2009-09-12 13:34:01 +00:00 |
|
krasimir
|
57e53d46f6
|
added wrapper functions for expression manipulations in PGF. The Haskell API now uses the wrappers
|
2009-09-11 14:42:45 +00:00 |
|
krasimir
|
d294b70395
|
polish the PGF API and make Expr and Type abstract types. Tree is a type synonym of Expr
|
2009-09-11 13:45:34 +00:00 |
|
krasimir
|
7a13751a10
|
added the rest of Romanian :-)
|
2009-09-10 17:23:29 +00:00 |
|
krasimir
|
be3dc0ef9e
|
now the datatype Tree is only internal. All API functions are working with Expr directly. Commands gt, gr, p and rf filter out the output via the typechecker
|
2009-09-08 08:40:28 +00:00 |
|
krasimir
|
4f878c1f91
|
export Hypo(..) from PGF
|
2009-09-07 19:16:27 +00:00 |
|
krasimir
|
e1efcbe76d
|
make the PMCFG generation lazy again. it was made strict when the profiler was introduced
|
2009-09-07 14:45:17 +00:00 |
|
krasimir
|
54dbfeef48
|
hopefully complete and correct typechecker in PGF
|
2009-09-06 20:31:52 +00:00 |
|
krasimir
|
26367d6a1e
|
bugfixes in the parser for PGF.Type.Type
|
2009-07-07 22:22:05 +00:00 |
|
krasimir
|
ee4734c472
|
bugfix in PGF.Expr.apply
|
2009-07-05 16:07:34 +00:00 |
|
krasimir
|
cb6244c820
|
PGF.Type.Hypo now can represent explicit and implicit arguments and argument without bound variable
|
2009-07-05 15:44:52 +00:00 |
|
krasimir
|
a2929ac2b1
|
PGF.Expr.eval now returns suspension when a meta variable is encountered
|
2009-07-05 15:34:16 +00:00 |
|
jordi.saludes
|
313ab5a724
|
Changed regN endings in 'e' for Cat
|
2009-09-05 16:48:15 +00:00 |
|
jordi.saludes
|
2bb60dcb39
|
Fixed MassNP for Cat
|
2009-09-05 16:07:56 +00:00 |
|
krasimir
|
8b67bc92dd
|
simple profiler for PMCFG
|
2009-09-05 14:04:39 +00:00 |
|
jordi.saludes
|
e0930e51e2
|
ExtraCat fixed
|
2009-09-05 12:55:42 +00:00 |
|
krasimir
|
366c7faf89
|
refactoring in Bulgarian: use explicit Animacy instead of fourth gender
|
2009-09-03 20:13:09 +00:00 |
|