new command line switch
lsleditor.exe filename.lsl /syntax
will compile filename.lsl and also create a file called 'syntax.txt' in the current directory with the errors and warnings without spawning a UI. It's a a hack, but it seems to work for me. Would love to see this have an extra output file name parameter so I can give it the name of a file to save to. This would solve concurrency problems with web servers. Probably would require a re-write of the arguments /reset and /run section.
hacked in a command switch for syntax checks