CVS log for perl/modules/W3C/Grammar/YaccParser.yp
Up to [Public] / perl / modules / W3C / Grammar
Request diff between arbitrary revisions
Default branch: 1
Revision 1.31 / (download) - annotate - [select for diffs]
, Tue Jun 13 18:44:46 2006 UTC (2 years, 2 months ago) by eric
CVS Tags: HEAD
Changes since 1.30: +2 -2
lines
Diff to previous 1.30
(colored)
+ more heuristics to detect comments ending rules
Revision 1.30 / (download) - annotate - [select for diffs]
, Sun Jun 11 19:57:07 2006 UTC (2 years, 2 months ago) by eric
Changes since 1.29: +3 -3
lines
Diff to previous 1.29
(colored)
+ make _Error callback usefull in other contexts
+ call _Error on unterminated tokens
Revision 1.29 / (download) - annotate - [select for diffs]
, Mon Nov 7 10:54:40 2005 UTC (2 years, 9 months ago) by eric
Changes since 1.28: +8 -7
lines
Diff to previous 1.28
(colored)
eliminate -w warnings
Revision 1.28 / (download) - annotate - [select for diffs]
, Thu Oct 13 12:38:15 2005 UTC (2 years, 10 months ago) by eric
Changes since 1.27: +3 -2
lines
Diff to previous 1.27
(colored)
propagate a way to disable a Grammar integrity check
Revision 1.27 / (download) - annotate - [select for diffs]
, Mon Sep 19 10:32:00 2005 UTC (2 years, 11 months ago) by eric
Changes since 1.26: +1 -1
lines
Diff to previous 1.26
(colored)
+ got yapps mostly working
Revision 1.26 / (download) - annotate - [select for diffs]
, Fri Sep 9 09:35:20 2005 UTC (2 years, 11 months ago) by eric
Changes since 1.25: +24 -23
lines
Diff to previous 1.25
(colored)
~ fixed re-entrancy (well, serial-entrancy) bug
Revision 1.25 / (download) - annotate - [select for diffs]
, Wed Sep 7 19:12:31 2005 UTC (2 years, 11 months ago) by eric
Changes since 1.24: +1 -1
lines
Diff to previous 1.24
(colored)
+ more work on flattening ranges
Revision 1.24 / (download) - annotate - [select for diffs]
, Wed Sep 7 08:47:08 2005 UTC (2 years, 11 months ago) by eric
Changes since 1.23: +31 -14
lines
Diff to previous 1.23
(colored)
+ isolating resolvable (flattenable to a single character range) terminal atoms
Revision 1.23 / (download) - annotate - [select for diffs]
, Thu Aug 25 11:11:15 2005 UTC (3 years ago) by eric
Changes since 1.22: +33 -7
lines
Diff to previous 1.22
(colored)
pass parsing warnings and errors to interface
Revision 1.22 / (download) - annotate - [select for diffs]
, Mon Jul 11 16:25:44 2005 UTC (3 years, 1 month ago) by eric
Changes since 1.21: +33 -6
lines
Diff to previous 1.21
(colored)
~moved %% section heuristics out of YaccParser
+added filename API to parser
+get code segments from a yacc output (potentially from a previous run)
Revision 1.21 / (download) - annotate - [select for diffs]
, Tue Jun 14 14:00:52 2005 UTC (3 years, 2 months ago) by eric
Changes since 1.20: +4 -0
lines
Diff to previous 1.20
(colored)
~ cleaned up passed tokens
Revision 1.20 / (download) - annotate - [select for diffs]
, Tue Jun 14 06:16:28 2005 UTC (3 years, 2 months ago) by eric
Changes since 1.19: +18 -4
lines
Diff to previous 1.19
(colored)
+ added passed tokens
~ cleaned up perl templates a bit
Revision 1.19 / (download) - annotate - [select for diffs]
, Mon Jun 13 05:39:16 2005 UTC (3 years, 2 months ago) by eric
Changes since 1.18: +4 -12
lines
Diff to previous 1.18
(colored)
~ right-normalize disjunction trees
Revision 1.18 / (download) - annotate - [select for diffs]
, Sat Jun 11 11:51:30 2005 UTC (3 years, 2 months ago) by eric
Changes since 1.17: +4 -1
lines
Diff to previous 1.17
(colored)
~ fixed single quoting problem
Revision 1.17 / (download) - annotate - [select for diffs]
, Sat Jun 11 07:38:59 2005 UTC (3 years, 2 months ago) by eric
Changes since 1.16: +8 -0
lines
Diff to previous 1.16
(colored)
+ EmptyRule for yack-style '' alternatives
Revision 1.16 / (download) - annotate - [select for diffs]
, Thu Jun 9 10:11:55 2005 UTC (3 years, 2 months ago) by eric
Changes since 1.15: +23 -7
lines
Diff to previous 1.15
(colored)
fix /r/n/t probs
Revision 1.15 / (download) - annotate - [select for diffs]
, Mon Jun 6 15:53:50 2005 UTC (3 years, 3 months ago) by eric
Changes since 1.14: +4 -0
lines
Diff to previous 1.14
(colored)
added / look-ahead operator
Revision 1.14 / (download) - annotate - [select for diffs]
, Sun Jun 5 15:50:53 2005 UTC (3 years, 3 months ago) by eric
Changes since 1.13: +9 -3
lines
Diff to previous 1.13
(colored)
i18n-ified
trim out (some) redundant groups
Revision 1.13 / (download) - annotate - [select for diffs]
, Sun Jun 5 06:47:37 2005 UTC (3 years, 3 months ago) by eric
Changes since 1.12: +14 -9
lines
Diff to previous 1.12
(colored)
migrated to HASHes
Revision 1.12 / (download) - annotate - [select for diffs]
, Tue May 31 04:39:16 2005 UTC (3 years, 3 months ago) by eric
Changes since 1.11: +171 -26
lines
Diff to previous 1.11
(colored)
now parse any EBNF with an @terminals directive
Revision 1.11 / (download) - annotate - [select for diffs]
, Sun Jan 23 09:19:21 2005 UTC (3 years, 7 months ago) by eric
Changes since 1.10: +1 -1
lines
Diff to previous 1.10
(colored)
got rid of YLITERAL and added hrefs in validation errors
Revision 1.10 / (download) - annotate - [select for diffs]
, Sat Jan 22 13:33:27 2005 UTC (3 years, 7 months ago) by eric
Changes since 1.9: +7 -1
lines
Diff to previous 1.9
(colored)
+enable alphas in grammar ordinals
Revision 1.9 / (download) - annotate - [select for diffs]
, Tue Jan 18 10:14:55 2005 UTC (3 years, 7 months ago) by eric
Changes since 1.8: +1 -1
lines
Diff to previous 1.8
(colored)
plane work: confirm overwrite. improve encoding. limited solve.
Revision 1.8 / (download) - annotate - [select for diffs]
, Thu Jan 13 10:16:16 2005 UTC (3 years, 7 months ago) by eric
Changes since 1.7: +4 -0
lines
Diff to previous 1.7
(colored)
fixed EOF terminating a rule
Revision 1.7 / (download) - annotate - [select for diffs]
, Thu Jan 13 09:21:45 2005 UTC (3 years, 7 months ago) by eric
Changes since 1.6: +51 -20
lines
Diff to previous 1.6
(colored)
made more flexible
Revision 1.6 / (download) - annotate - [select for diffs]
, Sun Jan 9 04:15:15 2005 UTC (3 years, 7 months ago) by eric
Changes since 1.5: +6 -1
lines
Diff to previous 1.5
(colored)
quotes work
Revision 1.5 / (download) - annotate - [select for diffs]
, Sat Jan 8 07:46:24 2005 UTC (3 years, 7 months ago) by eric
Changes since 1.4: +10 -2
lines
Diff to previous 1.4
(colored)
starting to parse SPARQL0
Revision 1.4 / (download) - annotate - [select for diffs]
, Sat Jan 8 01:12:33 2005 UTC (3 years, 7 months ago) by eric
Changes since 1.3: +22 -22
lines
Diff to previous 1.3
(colored)
terminal sorting by dependency on other terminals
Revision 1.3 / (download) - annotate - [select for diffs]
, Fri Jan 7 00:31:34 2005 UTC (3 years, 7 months ago) by eric
Changes since 1.2: +1 -1
lines
Diff to previous 1.2
(colored)
not using LexLexer
Revision 1.2 / (download) - annotate - [select for diffs]
, Sun Jan 2 07:09:46 2005 UTC (3 years, 8 months ago) by eric
Changes since 1.1: +410 -205
lines
Diff to previous 1.1
(colored)
kinda produces yaccified grammars
Revision 1.1 / (download) - annotate - [select for diffs]
, Sun Dec 12 05:55:53 2004 UTC (3 years, 8 months ago) by eric
Diff
created
This form allows you to request diff's between any two
revisions of a file. You may select a symbolic revision
name using the selection box or you may type in a numeric
name using the type-in text box.
Webmaster