<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Arial,Helvetica,sans-serif'>
Hi all,<br /><br />I would like to use hexadecimal values in a pyacc script. However, when doing so pyacc thinks I am using a rule assign (or whatever the correct term is) eg $$ := $1 as opposed to writeln(yyoutput, $76);.<br /><br />Is this a shortcoming of pyacc, or do I need to escape the dollar sign in a specific way? Any help from pascal lex/yacc experts is appreciated!<br /><br />Regards, Darius

</body></html>