gfse: re-enable example-based grammar construction

This commit is contained in:
hallgren
2013-11-14 12:54:25 +00:00
parent bfd555b452
commit ec82c3af9a
2 changed files with 3 additions and 3 deletions

View File

@@ -1104,8 +1104,8 @@ function draw_concrete(g,i) {
indent([kw_lincat,draw_lincats(g,i)]),
indent([kw_lin,draw_lins(g,i)]),
indent([extensible([kw_param,draw_params(g,i)])]),
indent([extensible([kw_oper,draw_opers(g,i)])])/*,
exb_extra(g,i)*/
indent([extensible([kw_oper,draw_opers(g,i)])]),
exb_extra(g,i)
])
if(navigator.onLine) {
var mode_button=text_mode(g,file,i+1);

View File

@@ -59,7 +59,7 @@ function ask_possibilities(g,ci) {
}
var parser = { Eng: "ParseEngAbs.pgf",
Swe: "AllSweAbs.pgf"
Swe: "ParseSwe.pgf"
}
function exb_extra(g,ci) {