Feature Requests item #3308400, was opened at 2011-05-27 06:57
Message generated for change (Settings changed) made by paulmcq
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=616203&aid=3308400&group_id=96864

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Interface Improvements (example)
Group: None
Status: Closed
Priority: 3
Private: No
Submitted By: Paul McQuesten (paulmcq)
Assigned to: Paul McQuesten (paulmcq)
Summary: Allow Yacc-style code brackets

Initial Comment:
Yacc and Bison use %{ and %} brackets for the same function that Re2c expresses 
by /*!re2c and */. Many development tools, especially editors, handle %{ blocks 
%} very well, but treat the Re2c blocks as comments, which messes up their 
syntax-highlighting and so forth. This feature allows %{ and %} as block 
delimiters in Re2c. Existing correct Re2c programs are not impacted, as the new 
character combinations cannot appear outside of quoted strings in a working 
Re2c program. The proposed code has been working for over a year in my private 
build without problems. 

----------------------------------------------------------------------

Comment By: Paul McQuesten (paulmcq)
Date: 2012-03-24 07:47

Message:
Code committed in rev #899

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=616203&aid=3308400&group_id=96864

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Re2c-general mailing list
Re2c-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/re2c-general

Reply via email to