Game Development Community

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!
imagizer.imageshack.us/a/img745/7317/AeD6Pr.jpg

#1
10/25/2014 (10:19 am)
Stand by, hunting down a deployment issue..

In the meantime, look at this nice syntax checking!
imagizer.imageshack.us/a/img631/6795/5Z0mXj.png
#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
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 :)
#4
10/30/2014 (1:20 pm)
@dB got a new version of the parser running, it should work better. It's here.
#5
10/30/2014 (4:58 pm)
Basic auto-completion in progress:
imagizer.imageshack.us/a/img674/6452/SoVZfv.png