You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changeLog.md
+16-14Lines changed: 16 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Example:
25
25
Exp.Add = < <Exp> + <Exp> > {left}
26
26
Statement = Exp
27
27
28
-
-Kernel Section can be written in productive form.
28
+
-Productions from Syntax (kernel) and Variables sections can be written in productive form.
29
29
- Kernel sorts must be written without angle brackets.
30
30
31
31
Example:
@@ -56,13 +56,15 @@ There are new builders available for both SDF2 and SDF3 files. They include:
56
56
- SDF3 - Format:
57
57
- Format, which generates a prettyprinted .sdf3 file.
58
58
- Lift, which generates a .sdf3 file converting all deprecated items.
59
-
- Lift (templates), which does the same as the previous one, but generates single line templates from regular productions.<br><br>
59
+
- Lift (templates), which does the same as the previous one, but generates single line templates from regular productions. <br>
60
+
- Extract productions, which lifts productions to SDF3 and extract regular productions from templates.<br><br>
60
61
61
62
- SDF2 - Generate:
62
63
- Lift to SDF3, which generates .sdf3 files from the sdf2 definition.
63
64
- Lift to SDF3 (templates), which does the same as the previous one, but generates single line templates from regular productions.<br>
64
65
65
-
All builders have the option (abstract) to generate .aterm files containing the AST for the respective builder.
66
+
67
+
All builders have the option (abstract) to generate .aterm files containing the AST for the respective builder. Builders that generate from SDF2 or format SDF3 files
0 commit comments