Discussion Handouts

Important: If you download the sample code to your PC then transfer it to a Unix machine, you might experience some problems since your web browsers may automatically convert the files into DOS format (which has an extra character for new line). Many Unix programs, including make, lex, and yacc may have difficulty recognizing these files, typically giving errors such as "unexpected ..." To over come this problem, you may either ftp transfer the file to Unix using ASCII mode, or run the following command after transfering the file to Unix:

	dos2unix filename -o filename

Both filename may refer to the same file. There will be some warning messages about keyboard; just ignore them.