bringert
|
f717bc4553
|
Updated gfdoc
|
2007-04-21 10:24:36 +00:00 |
|
bringert
|
69ac75b0a8
|
Constructors: added mkCl : NP -> A -> Cl
|
2007-04-21 10:23:32 +00:00 |
|
bringert
|
0b03eda417
|
Updated gfdoc.
|
2007-04-21 10:03:22 +00:00 |
|
bringert
|
1bcf531b14
|
Constructors: added more variants of mkText.
|
2007-04-21 10:02:49 +00:00 |
|
bringert
|
93f7a3190c
|
Constructors: added more variants of mkS : ... -> Cl -> S
|
2007-04-21 09:52:09 +00:00 |
|
bringert
|
ea0500e61d
|
Updated resource gfdoc.
|
2007-04-21 09:39:36 +00:00 |
|
bringert
|
6633024433
|
Added overloaded negation to Combinators.
|
2007-04-21 09:38:52 +00:00 |
|
bringert
|
eedd5a5ad0
|
Regenerated gfdoc
|
2007-04-20 22:56:11 +00:00 |
|
bringert
|
aa8dbcea8a
|
Added mkText : Phr -> Text
|
2007-04-20 22:55:55 +00:00 |
|
bringert
|
59ccc22409
|
Added some more versions of mkQS and mkCl.
|
2007-04-20 22:31:10 +00:00 |
|
bringert
|
ba789d6fe7
|
Added missing doc/gfdoc/Lexicon.html
|
2007-04-20 21:53:46 +00:00 |
|
aarne
|
56c4e750a0
|
record labels in compiler experiment
|
2007-04-20 15:36:33 +00:00 |
|
bringert
|
8150faa640
|
Fixed link to Symbolic docs.
|
2007-04-19 21:35:37 +00:00 |
|
bringert
|
f67c379f4a
|
Updated gfdoc for resource-1.0
|
2007-04-19 21:27:01 +00:00 |
|
bringert
|
afa4681458
|
Added some determiners to Constructors.
|
2007-04-19 21:26:19 +00:00 |
|
bringert
|
a609e26185
|
Updated resource api docs
|
2007-04-19 21:08:28 +00:00 |
|
bringert
|
90393455a7
|
Added versions of mkCn that take N instead of CN arguments.
|
2007-04-19 21:07:37 +00:00 |
|
aarne
|
42bf389e1b
|
bib entry
|
2007-03-31 15:53:36 +00:00 |
|
aarne
|
04149917aa
|
bracket
|
2007-03-29 14:11:14 +00:00 |
|
aarne
|
5ab210f3bc
|
links in gf course
|
2007-03-29 14:09:53 +00:00 |
|
aarne
|
e128d6505a
|
I want phrases in thai travel
|
2007-03-28 14:40:29 +00:00 |
|
aarne
|
a7e57ba296
|
primitive pattern matching
|
2007-03-27 20:54:49 +00:00 |
|
aarne
|
e9cf5cb2ba
|
distinct form for opers that have no value
|
2007-03-27 16:40:54 +00:00 |
|
aarne
|
b4798143bf
|
top-level toy compiler - far from complete
|
2007-03-27 16:32:44 +00:00 |
|
bringert
|
91c7b22e8c
|
Nicer formatting of generated GSL.
|
2007-03-27 10:21:16 +00:00 |
|
aarne
|
5c9a870fc3
|
started eval
|
2007-03-26 21:13:37 +00:00 |
|
aarne
|
6ded4ba69c
|
toy target language
|
2007-03-26 21:02:30 +00:00 |
|
bringert
|
896233c4a9
|
Remove all empty SLF nodes, don't care about edge explosion. Empty nodes are pprobably worse than lots of edges.
|
2007-03-26 17:36:58 +00:00 |
|
bringert
|
651697982b
|
Use EBNF compaction for GSL.
|
2007-03-26 14:51:24 +00:00 |
|
bringert
|
94bdd1fb23
|
Fixed SISR bug.
|
2007-03-26 13:12:04 +00:00 |
|
aarne
|
bc2b02e10d
|
param encoding
|
2007-03-25 19:16:47 +00:00 |
|
bringert
|
b1919ca62f
|
Added directly cyclic SRG test case.
|
2007-03-25 16:44:30 +00:00 |
|
bringert
|
f9ad1dfe2d
|
Give SRG test cases human-readable names.
|
2007-03-25 16:42:52 +00:00 |
|
bringert
|
2091df47fe
|
commented LC_LR modification
|
2007-03-25 16:34:53 +00:00 |
|
bringert
|
4905996816
|
Also remove indirectly cyclic productions.
|
2007-03-25 16:34:35 +00:00 |
|
bringert
|
935b60f977
|
Removed srg0006, it was a duplicate of srg0002
|
2007-03-25 16:34:11 +00:00 |
|
bringert
|
4a604934e9
|
Added srg0006: A grammar with a cycle caused by an empty production.
|
2007-03-25 16:11:51 +00:00 |
|
bringert
|
d35727631c
|
Comments only.
|
2007-03-25 11:26:03 +00:00 |
|
bringert
|
8a435873f2
|
SRG generation: merge categories with identical set of productions. The LC_LR algorithm produces lots of those, especially when there is little inflection.
|
2007-03-24 23:29:38 +00:00 |
|
aarne
|
bd3db32363
|
simple source language for compiler experiment
|
2007-03-24 23:11:59 +00:00 |
|
bringert
|
99af757b06
|
Modified the LC_LR implementation to only produce rules using A-X categories when those categories have any productions.
|
2007-03-24 17:30:04 +00:00 |
|
bringert
|
0058f6281f
|
Better debugging output when SRG generation crashes because of a missing category.
|
2007-03-24 17:26:21 +00:00 |
|
bringert
|
62854384e6
|
Just renaming in srg0005
|
2007-03-24 17:25:07 +00:00 |
|
bringert
|
5c5f63a48d
|
Shrunk srg0005
|
2007-03-24 15:48:29 +00:00 |
|
bringert
|
2d713e78a5
|
More srg test cases.
|
2007-03-24 15:34:33 +00:00 |
|
bringert
|
7095f7aa19
|
Added srg0004: a simple left-recursive grammar.
|
2007-03-24 15:13:18 +00:00 |
|
aarne
|
464e93de38
|
components
|
2007-03-23 18:28:26 +00:00 |
|
aarne
|
28746babf0
|
gf course description
|
2007-03-23 18:27:05 +00:00 |
|
bringert
|
cd6d10d90b
|
Added srg0003: test case for indirect cycles.
|
2007-03-23 18:13:38 +00:00 |
|
bringert
|
10dbc3c652
|
Uncommented troublesome rules in srg0002
|
2007-03-23 18:10:21 +00:00 |
|