Parser for cmd language?

Eric Pouech eric.pouech at orange.fr
Wed Dec 23 02:22:33 CST 2009


Dan Kegel a écrit :
> I'm getting ready to propose this as a project for students
> at UCLA.   See http://kegel.com/wine/sweng/2010/
> Comments welcome (especially from anyone who knows
> our current cmd implementation).
>
>
>   
you could add a couple of references to cmd interpretations:
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/batch.mspx?mfr=true
http://ss64.com/nt/ (especially the syntax part)
http://technet.microsoft.com/en-us/library/cc723564.aspx#mainSection
http://en.wikipedia.org/wiki/Batch_file

in task#1,
- the .bat (and others) files should be embedded in the .c files and 
generated on the fly for better inclusion
- this has to be done in the most generic way (there's no test env for 
programs right now)

in task#3,
- s/wineqa/winehq/
- if we go for a yacc/bison grammar, it's definitively a good idea to 
implement it command by command (as a way to split in small patches)

A+

-- 
Eric Pouech
"The problem with designing something completely foolproof is to underestimate the ingenuity of a complete idiot." (Douglas Adams)






More information about the wine-devel mailing list