Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] JSDT - what is the Javascript parser implemented with?

Hi,

I'd like to add support to JSDT for _javascript_'s implicit semicolon insertion rules. In org.eclipse.wst.jsdt.core I noticed there is a .g grammar file. As well there are .rsc files which seem to be serialized state of a parser generator.

Does anyone know which tool and version of it is used to generate these .rsc files from the .g file?


I checked VJET and it appears to at least have the same bugs as JSDT's editor in this regard so I'm assuming it doesn't have an improved parser.


Thanks
John

Back to the top