Initialize Tizen 2.3
[external/ragel.git] / doc / RELEASE_NOTES_V3
1                  Porting Ragel Version 2 Programs to Version 3
2                  =============================================
3
4 1. Replace all instances of *p in action code with the keyword fc.
5
6 2. Replace all instances of : used to set actions or priorities with @.
7
8 3. Wrap named priorities in parentheses so they are of the form @(name,1).