Precedence Rules for '$' and '^'
- From: jamin.hanson@xxxxxxxxxxxxxx
- Date: Wed, 12 Sep 2007 07:16:46 -0700
Hi there,
I am author of lexertl (http://www.benhanson.net/lexertl.html), a
lexer generator library, and I have recently added support for '^' and
'$'. As position matching in regex is not described in any books I
have looked at, does anyone know what the precedence rules should be?
If an earlier rule starts with '$', does that mean that a subsequent
rule starting with '^' has the '^' ignored?
Thanks,
Ben Hanson
.
- Follow-Ups:
- Re: Precedence Rules for '$' and '^'
- From: Russ Cox
- Re: Precedence Rules for '$' and '^'
- From: Joachim Durchholz
- Re: Precedence Rules for '$' and '^'
- Prev by Date: Re: "Circumfix" operators
- Next by Date: Re: "Circumfix" operators
- Previous by thread: Slides for Allen & Kennedy, Optimizing Compilers for Modern Architectures ?
- Next by thread: Re: Precedence Rules for '$' and '^'
- Index(es):
Relevant Pages
|
|