Need help testing a new scripting IDE
by Lukas Joergensen · in General Discussion · 10/23/2014 (11:28 am) · 5 replies
Hey guys!
I'm currently developing a TS plugin for IDEA. With time I hope to support refactorings, autocompletion etc, but for now I'm really just aiming for a SyntaxChecker/Highlighter.
I really need my grammar tested though, so I can map all the bugs and issues it has. I wrote it in a couple of days so it's probably filled with bugs, but it'd be faster for me to track it down if I could get some help.
You can download the plugin at it's Wikidot page.
Thanks in advance!

I'm currently developing a TS plugin for IDEA. With time I hope to support refactorings, autocompletion etc, but for now I'm really just aiming for a SyntaxChecker/Highlighter.
I really need my grammar tested though, so I can map all the bugs and issues it has. I wrote it in a couple of days so it's probably filled with bugs, but it'd be faster for me to track it down if I could get some help.
You can download the plugin at it's Wikidot page.
Thanks in advance!

About the author
IPS Bundle available at: https://www.winterleafentertainment.com/Products/IPS.aspx
#2
10/25/2014 (4:45 pm)
Cool stuff! I'll grab it and give it a try next week. Would it be possible to get it to open Torsion files?
#3
Edit: Also yes, I do believe reading Torsion files will be possible in the long run :)
10/26/2014 (3:11 am)
Fixed the deployment issues, but my grammar still has some issues due to conversions from left to right recursion.. Will try and fix. The Syntax Highlighting should still work fine though, and I'd still like help to track down where syntax checking fails, so I know which of my expressions are faulty. Edit: Also yes, I do believe reading Torsion files will be possible in the long run :)
Torque Owner Lukas Joergensen
WinterLeaf Entertainment
In the meantime, look at this nice syntax checking!