home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frostbyte's 1980s DOS Shareware Collection
/
floppyshareware.zip
/
floppyshareware
/
BOUT
/
ATK1IBM.ZIP
/
02.MS1
< prev
next >
Wrap
Text File
|
1991-05-11
|
556b
|
16 lines
for all tokens in the input file
if the token is beginning of comment
while the token is not the end of comment
get the next token
set the current token to whitespace
else if the token is a macro
replace the macro with its text
else if the token is a new line
emit a #line directive
increment the source line counter
else if the token is a stringizer
emit a string for the symbol
else if the token is a string paster
paste the next token onto the current syntactic token
emit the current token