summaryrefslogtreecommitdiff
path: root/doc/ragel/RELEASE_NOTES_V3
blob: 64dd2f111f6a06a5acfe0329608a65ce8e3d44a4 (plain)
1
2
3
4
5
6
7
8
                 Porting Ragel Version 2 Programs to Version 3
                 =============================================

1. Replace all instances of *p in action code with the keyword fc.

2. Replace all instances of : used to set actions or priorities with @.

3. Wrap named priorities in parentheses so they are of the form @(name,1).