1
0
forked from GitHub/gf-core

gfse: initial support for module extension

There is a new way to create a new grammar based on an existing grammar:
by extending it. (It is also possible to clone an existing grammar, a before.)
This commit is contained in:
hallgren
2012-02-09 18:00:36 +00:00
parent 4079e1b413
commit 86d5973b2e
5 changed files with 169 additions and 53 deletions

View File

@@ -36,7 +36,7 @@ function upload(g) {
var cname=g.basename+g.concretes[i].langcode+".gf";
//files.push(cname);
form.appendChild(hidden(cname,
show_concrete(g.basename)(g.concretes[i])));
show_concrete(g)(g.concretes[i])));
}
editor.appendChild(form);
form.submit();