Hi,
I'm testing a semantic parser service for Synergy IDE, which checks your source code on the fly. It works by using ANTLR to parse the source code into tokens, which can then be analysed to provide feedback to the user.
Dim and #Constant recognition
Type and Function recognition
Detection of loops etc which aren't correctly closed
Detection of invalid filenames
Here is a test version which you can play with. I am after feedback on how fast parsing occurs. On my MacBook Pro it takes about 1 second to scan the FPSC source code.
You will need the .Net Framework 2.0 installed.