1
0
forked from GitHub/gf-rgl
Commit Graph

31 Commits

Author SHA1 Message Date
Inari Listenmaa
2b46848d3f Update path to where the Predef opers are defined
../src/GF/Grammar/AppPredefined.hs no longer exists, change to gf-core/src/compiler/GF/Compile/Compute/Predef.hs.
2021-01-16 01:41:47 +01:00
Inari Listenmaa
0875fde0e7 Add comments to Coordination.gf 2020-10-27 10:18:49 +01:00
David Bamutura
7c997ea280 1. Created Linearization types for V2V as Res.Verb ** {comp,c3 : Str ; typ : Res.VVType} ; but however I have eerors with mkV2 overload methods and lock_C fields. I cannot seem to find out the reason for the error. 2020-10-12 17:31:40 +03:00
Inari Listenmaa
7639654883 Coordination.gf: comma with SOFT_BIND 2018-05-07 16:58:34 +02:00
aarne
d22204745d a constant Prelude.notYet to mark not yet implemented functions, with the purpose of enabling the compilation of the RGL API 2017-03-28 07:09:26 +00:00
krasimir
64311f3ff1 added Predef.Float in Predef.gf 2017-03-07 20:12:56 +00:00
krasimir
1a0036dd67 Predef.Ints is of type PType not Type 2016-03-02 22:31:52 +00:00
krasimir
9cf3c8fea0 added all orthographic primitives 2015-05-11 13:01:39 +00:00
kr.angelov
226be7fbd6 forgotten changes in Predef.gf for making CAPIT a built-in operation 2014-10-31 14:28:52 +00:00
john.j.camilleri
d534b2cc1c Add Nothing' to Maybe.gf, including warning 2014-07-02 06:37:27 +00:00
aarne
efec3e98d8 new Prelude functions for optional commas 2014-05-23 13:16:57 +00:00
kr.angelov
6739bf2da1 a new abstract syntax in Documentation.gf which allows a more compact definition of the corresponding concrete syntax. The new strategy is so far used only in DocumentationEng and the new DocumentationBul. 2014-02-17 08:45:57 +00:00
aarne
18f00948af module Markup for marking up subphrases with html tags (or other things). Implemented for Eng and Swe so far. 2014-02-11 15:42:17 +00:00
john.j.camilleri
8c978b3e1d Maybe.gf: add isJust function (synonym for exists) 2014-01-29 11:17:50 +00:00
aarne
f6273ae735 some more functions in prelude/HTML 2013-12-12 15:39:48 +00:00
aarne
8b22d10062 solved the issue with it_Pron not having possessive suffix in Fin; fixed a number of warnings in Fin 2013-12-11 08:06:01 +00:00
aarne
24ad1bfd6a changed the order of Prelude.Bool to False | True. This is how it is in Haskell to create expected Ord and Enum. Now it also gives a better default for English clause linearizations, as False = uncontracted. 2013-12-03 13:52:52 +00:00
kr.angelov
26b65e5785 added Predef.SOFT_BIND. This special token allows zero or more spaces between ordinary tokens. It is also used in the English RGL to attach the commas to the previous word. 2013-11-12 09:54:57 +00:00
kr.angelov
4891dbce7e a major refactoring in the C and the Haskell runtimes. Note incompatible change in the PGF format!!!
The following are the outcomes:

   - Predef.nonExist is fully supported by both the Haskell and the C runtimes

   - Predef.BIND is now an internal compiler defined token. For now
     it behaves just as usual for the Haskell runtime, i.e. it generates &+.
     However, the special treatment will let us to handle it properly in 
     the C runtime.

   - This required a major change in the PGF format since both 
     nonExist and BIND may appear inside 'pre' and this was not supported
     before.
2013-09-27 15:09:48 +00:00
kr.angelov
62afa58663 nonExist now does the expected thing 2013-08-23 13:17:45 +00:00
aarne
9d4b055f5f toUpperFirst and toLowerFirst in Prelude 2013-08-01 15:42:37 +00:00
john.j.camilleri
84dd1f58f8 Add Maybe.gf to prelude folder 2013-06-24 09:35:30 +00:00
aarne
1e06931691 Hindi and Sindhi in resource Make 2012-02-24 10:01:02 +00:00
kr.angelov
2a15dd6563 in prelude/Coordination.gf Type --> PType 2011-12-02 10:53:49 +00:00
kr.angelov
4c7ec15f1c typos in Prelude.gf: Type --> PType 2011-11-30 14:55:11 +00:00
aarne
187ffd472d Finnish SDP paradigm ported to lower-case by using Predef.toUpper 2011-06-02 16:12:01 +00:00
aarne
6452db1ca5 prefix and postfix in lib Formal 2010-08-30 09:34:45 +00:00
aarne
5f0844f69c restored table3 in Coordination; completed PhrasebookFre 2010-04-12 21:06:11 +00:00
aarne
00504315dc 4-arg coordination by Shafqat 2010-04-12 10:04:29 +00:00
krasimir
aa64592e37 store and propagate the exact source location for all judgements in the grammar. It may not be used accurately in the error messages yet 2010-03-22 21:15:29 +00:00
aarne
a1fdeb6704 next-lib renamed to lib, lib to old-lib 2009-06-22 15:39:08 +00:00