Message83620
> Matthew suggested ~= instead of -> or "as".
Try the patch, you can make changes (for those that aren't aware)
by changing the token in Grammar/Grammar to whatever you wish. It is easy
to do and you need only recompile after this step.
example:
assexp: xor_expr ['->' xor_expr]
could become
assexp: xor_expr ['magic' xor_expr]
>>> 'hello' magic words
'hello'
>>> words
'hello'
Note that Mr Barnett may need to look at other fixes to get
his '~=' idea off the ground (tokenizer.c and specifically adding a new
token)
I've recommended that we close this issue.
Cheers,
Jervis |
|
Date |
User |
Action |
Args |
2009-03-15 05:58:34 | jdwhitley | set | recipients:
+ jdwhitley, georg.brandl, rhettinger, k0wax, mrabarnett, steven.daprano |
2009-03-15 05:58:32 | jdwhitley | set | messageid: <1237096712.69.0.0804538659925.issue1714448@psf.upfronthosting.co.za> |
2009-03-15 05:58:29 | jdwhitley | link | issue1714448 messages |
2009-03-15 05:58:27 | jdwhitley | create | |
|