Syntax Checking White Paper
I was wondering if anyone has seen a white paper or documentation about the syntax checking works. Of course, I'm not expecting any trade secrets, but I was doing a college project for a toy language and I thought it would be fun to have a minimal on-the-fly syntax checking for the language.
thanks,
adam
Please sign in to leave a comment.
Hi,
Predictive parser inserts error nodes into tree via API, please, look
into JavaScript plugin sources.
Adam wrote:
--
Maxim Mossienko
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Great - thanks. I checked the dist and the plugin site, but I didn't see any sources. Could you possibly post a link?
thanks,
adam
I'm affraid this only concerns upcoming 5.0 release. 4.5.x doesn't have this
API. EAP of 5.0 codenamed Irida is available for download at http://www.intellij.net/eap
-
Maxim Shafirov
http://www.jetbrains.com
"Develop with pleasure!"
Actually, I have been using Irida for a while, but I can only find the jar with class files. Are the sources included also?
Where you download the EAP, there an extra link:
"idea3242-dev.zip 18,215,363 bytes (OpenAPI javadoc & sources, plugins
sources)"
Ahmed.