rupesh4514 / grammatical-framework

Automatically exported from code.google.com/p/grammatical-framework
0 stars 0 forks source link

Error: Apply is not defined, in Javascript grammar file Edit #76

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
[imported from Github]

In version 3.3.3, when compiling a grammar to JS format, the compiled JS file 
refers to a type "Apply". However, the gflib.js file under 
src/runtime/javascript does not define this type. Trying to use the grammar 
gives the error in the title: "Error: Apply is not defined".

Original issue reported on code.google.com by gregoire...@gmail.com on 27 Aug 2013 at 1:25

GoogleCodeExporter commented 9 years ago

Original comment by gregoire...@gmail.com on 27 Aug 2013 at 1:28

GoogleCodeExporter commented 9 years ago
It is well known that the JavaScript runtime needs to be updated. My last 
comment on this is in the GF mailing list:

https://groups.google.com/forum/#!msg/gf-dev/zykh_Cat14k/B94XF__gvcAJ

Now I have actually pushed the version of the runtime that I have made back 
then. The comments from the e-mail should be still valid.

Original comment by kr.ange...@gmail.com on 29 Aug 2013 at 8:43