krangelov
|
ef21d08225
|
bugfix in computing record lengths
|
2019-02-14 15:29:33 +01:00 |
|
Krasimir Angelov
|
26dabeab9b
|
save the original concrete category in BracketedString
|
2018-12-20 10:52:45 +01:00 |
|
krangelov
|
eb22112178
|
a pool where the smallest chunks are memory pages
|
2018-12-16 07:46:14 +01:00 |
|
Krasimir Angelov
|
6c4c22ff7a
|
undo the partial fix for word completion since it breaks normal parsing
|
2018-06-27 11:53:40 +02:00 |
|
Krasimir Angelov
|
68db7695f5
|
a simple fix for the linearizer
|
2018-06-20 22:21:10 +02:00 |
|
Krasimir Angelov
|
b86373438b
|
Revert "when linearizing missing functions with brackets, the name of the function should still be reported"
This reverts commit 18204bdd25bd460904ac475f3ea340daa96589df.
|
2018-06-20 21:16:19 +02:00 |
|
Krasimir Angelov
|
4cdd4dd8a7
|
Revert "forgot to switch off the debugger"
This reverts commit 5919dfa3366dfd2f2af8c3ce7749d066a2033f0d.
|
2018-06-20 21:13:58 +02:00 |
|
Krasimir Angelov
|
427f8d8478
|
forgot to switch off the debugger
|
2018-06-20 16:36:45 +02:00 |
|
Krasimir Angelov
|
aaefe4310d
|
when linearizing missing functions with brackets, the name of the function should still be reported
|
2018-06-20 16:35:28 +02:00 |
|
Krasimir Angelov
|
9d39648dfb
|
fixed typo which broke the compilation on Windows
|
2018-05-21 16:03:30 +02:00 |
|
Krasimir Angelov
|
a6779486c5
|
fix the compilation when the byte order cannot be detected statically
|
2018-05-21 09:36:39 +02:00 |
|
Krasimir Angelov
|
2d898e78c0
|
bugfix in the C parser
|
2018-04-12 14:45:02 +02:00 |
|
Krasimir Angelov
|
bb4218433f
|
- tweak the tokenizer in pgf_lookup_sentence to threat .!?,: as separate tokens
+ bugfix which causes crashes
|
2018-02-22 11:35:54 +01:00 |
|
Krasimir Angelov
|
a16fe3415a
|
partial fix for word completion in the C runtime
|
2018-02-04 17:21:15 +01:00 |
|
Krasimir Angelov
|
fa8530add1
|
silence some warnings on MINGW32
|
2017-12-09 23:11:04 +01:00 |
|
Krasimir Angelov
|
4a1d19086a
|
added one more include to define alloca for Windows
|
2017-12-09 23:06:34 +01:00 |
|
Krasimir Angelov
|
7260d5496d
|
fix the compilation of sqlite3Btree.c on Windows
|
2017-12-09 23:04:34 +01:00 |
|
Krasimir Angelov
|
e3aa392e63
|
further extend the API of the C runtime
|
2017-10-04 09:45:56 +02:00 |
|
Krasimir Angelov
|
e426e87cf8
|
in the PGF2 api: remove showCategory. add categoryContext and functionIsConstructor
|
2017-10-03 16:05:01 +02:00 |
|
Krasimir Angelov
|
f2bc7ec7b6
|
added exprSubstitute in the C runtime for substituting meta variables
|
2017-09-28 16:33:34 +02:00 |
|
Krasimir Angelov
|
1c04fa4897
|
the parser for abstract expressions in the C runtime now supports partial parses
|
2017-09-28 13:57:13 +02:00 |
|
Krasimir Angelov
|
d103fe6755
|
make pgf_production_is_lexical public since it will be needed in the Haskell binding
|
2017-09-25 12:20:48 +02:00 |
|
Krasimir Angelov
|
bcb97a336e
|
make the API for indexing in the parser and the linearizer public since it will be needed in the Haskell binding
|
2017-09-14 18:11:24 +02:00 |
|
Krasimir Angelov
|
1ff8dd88e8
|
fix gu_encode_double
|
2017-09-13 17:20:00 +02:00 |
|
Krasimir Angelov
|
febf01a9be
|
corrections in the PGF writer
|
2017-09-13 14:05:26 +02:00 |
|
Krasimir Angelov
|
df992c31fd
|
added gu_out_u16be, gu_out_u64be and gu_out_f64be in libgu. The later is using gu_encode_double which is probably still wrong. Corrected gu_in_le and gu_in_f64be.
|
2017-09-13 10:23:28 +02:00 |
|
Krasimir Angelov
|
3e55aa4424
|
added function pgf_write
|
2017-09-13 09:30:52 +02:00 |
|
Krasimir Angelov
|
09e5278690
|
added PGF writer to the C runtime
|
2017-09-13 09:23:55 +02:00 |
|
Krasimir Angelov
|
527d97fdd2
|
fix the type signatures for the linearizer callbacks
|
2017-09-08 22:58:42 +02:00 |
|
Krasimir Angelov
|
16172be940
|
the C runtime should also install data.h in order to make it possible to access the internal structures
|
2017-09-07 21:34:39 +02:00 |
|
Krasimir Angelov
|
301b100988
|
word completion in the C parser now returns information about the function which generates the token
|
2017-09-06 14:37:51 +02:00 |
|
Krasimir Angelov
|
15d014abb8
|
the parser in the C runtime can now detect incomplete sentences just like the parser in the Haskell runtime. This is also reflected in all bindings.
|
2017-09-06 12:38:42 +02:00 |
|
Krasimir Angelov
|
30b7ba04c7
|
added exprFunctions in the Haskell binding
|
2017-09-05 10:07:43 +02:00 |
|
Krasimir Angelov
|
85cf2d9f5a
|
added exprSize in the Haskell binding
|
2017-09-05 09:50:29 +02:00 |
|
Krasimir Angelov
|
71c4b4a246
|
instance Eq Expr in the Haskell binding
|
2017-09-04 14:49:44 +02:00 |
|
Krasimir Angelov
|
d5a7945ba0
|
complete details for the "ai" command in the C shell
|
2017-09-01 09:57:00 +02:00 |
|
Krasimir Angelov
|
5a37660811
|
added function treeProbability in the Haskell binding
|
2017-09-01 08:46:52 +02:00 |
|
Krasimir Angelov
|
b9c04fd612
|
graphvizWordAlignment in the C runtime
|
2017-08-31 13:03:11 +02:00 |
|
Krasimir Angelov
|
eaf9f0c3ac
|
the C runtime now supports the same customizations for GraphViz as the Haskell runtime
|
2017-08-31 10:58:49 +02:00 |
|
Krasimir Angelov
|
cd53269f96
|
bugfix for hasLinearization in the Haskell binding
|
2017-08-30 18:11:59 +02:00 |
|
Krasimir Angelov
|
00388039f1
|
a nicer pretty printing for the PGF format
|
2017-08-22 21:13:21 +02:00 |
|
Krasimir Angelov
|
82153bf271
|
fix the id for fidStart in the C runtime
|
2017-08-22 20:28:59 +02:00 |
|
Krasimir Angelov
|
8317e09036
|
the parser in the C runtime now respects linref too
|
2017-08-22 20:18:20 +02:00 |
|
Krasimir Angelov
|
6e5f2b076d
|
fix for linearization of metavariables
|
2017-08-21 15:04:46 +02:00 |
|
Thomas Hallgren
|
c642421fa9
|
configure.ac: use a Cabal-friendly version number
and replace the outdated URL
|
2017-08-17 11:58:23 +02:00 |
|
Thomas Hallgren
|
2d85550e54
|
Final changes before the release of GF 3.9
|
2017-08-11 21:11:24 +02:00 |
|
Krasimir Angelov
|
a8eeb49767
|
the linearizer API now allows to detect metavariables. This is used for instancein the lookup where the tokens produced from the metavariables are interpreted as distinct from all other tokens.
|
2017-08-07 16:39:19 +02:00 |
|
Krasimir Angelov
|
a4c19875ed
|
fix the sentence lookup for cases when the top category is undefined.
|
2017-08-07 14:47:20 +02:00 |
|
krasimir
|
3464e912c1
|
filtering during the lookup nicely integrates with concretization
|
2017-06-27 19:30:43 +00:00 |
|
krasimir
|
e8726b1cfa
|
faster lookup
|
2017-06-23 17:52:43 +00:00 |
|