summaryrefslogtreecommitdiff
path: root/doc/ragel/RELEASE_NOTES_V3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ragel/RELEASE_NOTES_V3')
-rw-r--r--doc/ragel/RELEASE_NOTES_V38
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ragel/RELEASE_NOTES_V3 b/doc/ragel/RELEASE_NOTES_V3
new file mode 100644
index 00000000..64dd2f11
--- /dev/null
+++ b/doc/ragel/RELEASE_NOTES_V3
@@ -0,0 +1,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).