mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-17 15:12:50 -06:00
gfse: re-enable example-based grammar construction
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user