| Post Title | Author | Date | Views |
|---|---|---|---|
|
Help on Backward Reference concept of Regular Expression ...
Hi blockcomment = "|" @initbuf1([a-z]+ $ident1collect tagcomment); tagcomment = "#" @comment( newline%{ entity = INTERNALNL; } %curlccallback | ws | (nonnewline - ws)@comment)* :>> "#" @initbuf2 |
hardik_parikh | over 4 years ago | 2197 |
|
Help on Backward Reference concept of Regular Expression ...
I tried out suggested solution but somehow it does not produce any output when i use ./ohcount --annotate command. It seems like fgoto is not working in my case. I am not able to understand what is going wrong? |
hardik_parikh | over 4 years ago | 2197 |
|
Help on Backward Reference concept of Regular Expression ...
Hi mitchell In above code there is reference to tag_line in regex for tag_comment_end but i could not find definition for tag_line. Even I have tried with replacing it with tag_comment but it throws |
hardik_parikh | over 4 years ago | 2197 |
|
Help on Backward Reference concept of Regular Expression ...
Consider follwing is valid comment /abc/ Some description ……. /abc/ And following is invalid comment /abc/ Some description ……. /xyz/ As per your suggestion I |
hardik_parikh | over 4 years ago | 2197 |
|
Help on Backward Reference concept of Regular Expression ...
Hi I want to use backward reference in ragel regular expression for creating parser for my language. The requirement is kind of begining and end of tag matching where tag can be any arbitary string. |
hardik_parikh | over 4 years ago | 2197 |
Copyright
©
2013
Black Duck Software, Inc.
and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a
Creative Commons Attribution 3.0 Unported License
. Ohloh
®
and the Ohloh logo are trademarks of
Black Duck Software, Inc.
in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.