I think we'll have to figure out the options before we have a poll.. and carefully explain each option.
The compiler is coming along.. I'll let you know how it's progressing a bit later I guess. I've got most of it planned out now. You might have to adapt agi studio to accept multiple errors.
I know Joel suggested this in an earlier thread but we'll have to define a standard command line parameter system as well.
like
-e <file> edit file
-n <file> create new file (for template editor)
agi studio could pass along known logic source via -e. or create a temp file like agitemp.logic via -n and ask which logic to save it as afterwards..
the return code could also be used..
0 - success
1 - could not load file
2 - could not create file
3 - canceled
stuff like that
- Nick