| commit | b4758ff1defaf01f381bce1630607ad1763f72ec | [log] [tgz] |
|---|---|---|
| author | Jack Palevich <jackpal@google.com> | Fri Jun 12 12:49:14 2009 -0700 |
| committer | Jack Palevich <jackpal@google.com> | Fri Jun 12 12:49:14 2009 -0700 |
| tree | 837e32dc2913077186d6ed33a83e0a97151d0fc1 | |
| parent | 2ccc40d096ef18ca595f95c6c52532400be34807 [diff] |
Implement string and character backslash constants.
Until now we only supported '\n'. Now we support everything, including
octal ('\033') and hex '\x27' constants.