> On 10 Feb 2015, at 18:44, Ulya Fokanova <skvad...@gmail.com> wrote:
> 
>       • user-defined names (YYCURSOR, YYSETSTATE, RE2C_BACKUP_CTX, etc.)

I suggest keeping the user-exposed names, such as YYCURSOR, YYLIMIT etc for 
backward compatibility. If #define YYCURSOR x need to be change, there is a lot 
of code that has to be rewritten, and we know whom to blame. Breaking naming 
convention also means that everyone using re2c will have to add extra code in 
their configure scripts to handle re2c versions. Besides, what is wrong with 
YYCURSOR, YYLIMIT? They follow the same YYNAME convention as you suggest.



------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Re2c-general mailing list
Re2c-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/re2c-general

Reply via email to