CVS log for 2001/blindfold/src/abstract_grammar.h
Up to [Public] / 2001 / blindfold / src
Request diff between arbitrary revisions
Default branch: 1
Revision 1.21 / (download) - annotate - [select for diffs]
, Wed Jan 2 21:25:30 2002 UTC (6 years, 9 months ago) by sandro
CVS Tags: HEAD
Changes since 1.20: +5 -2
lines
Diff to previous 1.20
(colored)
in the middle of hacking the actions to pieces
Revision 1.20 / (download) - annotate - [select for diffs]
, Sat Dec 29 01:52:07 2001 UTC (6 years, 9 months ago) by sandro
Changes since 1.19: +5 -2
lines
Diff to previous 1.19
(colored)
parent renaming works in a simple test, as does new!
Revision 1.19 / (download) - annotate - [select for diffs]
, Fri Dec 28 16:29:56 2001 UTC (6 years, 9 months ago) by sandro
Changes since 1.18: +5 -2
lines
Diff to previous 1.18
(colored)
grammar stuff is compiling, a bit closer to working; about to switch fully to using Pools in abstract_grammar.c
Revision 1.18 / (download) - annotate - [select for diffs]
, Thu Dec 27 21:47:05 2001 UTC (6 years, 9 months ago) by sandro
Changes since 1.17: +5 -2
lines
Diff to previous 1.17
(colored)
seems to run an n3 grammar with a little @send annotation
Revision 1.17 / (download) - annotate - [select for diffs]
, Sat Dec 1 02:51:31 2001 UTC (6 years, 10 months ago) by sandro
Changes since 1.16: +14 -8
lines
Diff to previous 1.16
(colored)
continuing to refactor parser streams (compiles, still missing yylex)
Revision 1.16 / (download) - annotate - [select for diffs]
, Wed Nov 28 22:41:54 2001 UTC (6 years, 10 months ago) by sandro
Changes since 1.15: +27 -19
lines
Diff to previous 1.15
(colored)
continued adding support for 'informal xml' style ebnf; it'd kind of working
Revision 1.15 / (download) - annotate - [select for diffs]
, Mon Sep 17 22:46:08 2001 UTC (7 years ago) by sandro
CVS Tags: blindfold_0_1_1,
blindfold_0_1
Changes since 1.14: +2 -2
lines
Diff to previous 1.14
(colored)
Filled in Triple implementation; set up stuff to link with XSB
(Compiles again.)
Revision 1.14 / (download) - annotate - [select for diffs]
, Mon Aug 6 21:01:05 2001 UTC (7 years, 2 months ago) by sandro
Changes since 1.13: +25 -1
lines
Diff to previous 1.13
(colored)
added combining charsets, fixed a few bugs; simple n3.bnf is working
Revision 1.13 / (download) - annotate - [select for diffs]
, Thu Aug 2 13:42:23 2001 UTC (7 years, 2 months ago) by sandro
Changes since 1.12: +2 -2
lines
Diff to previous 1.12
(colored)
changed charset to two-level rule to much simplify grammar, at some cost in parse speed; doable without that cost
Revision 1.12 / (download) - annotate - [select for diffs]
, Wed Aug 1 21:20:26 2001 UTC (7 years, 2 months ago) by sandro
Changes since 1.11: +3 -2
lines
Diff to previous 1.11
(colored)
/etc/group works, except for repeat() semantics
Revision 1.11 / (download) - annotate - [select for diffs]
, Wed Aug 1 14:25:35 2001 UTC (7 years, 2 months ago) by sandro
Changes since 1.10: +12 -3
lines
Diff to previous 1.10
(colored)
support of __text seems to be working
Revision 1.10 / (download) - annotate - [select for diffs]
, Wed Aug 1 12:31:39 2001 UTC (7 years, 2 months ago) by sandro
Changes since 1.9: +12 -3
lines
Diff to previous 1.9
(colored)
proceeding with actions, improving character buffer handling
Revision 1.9 / (download) - annotate - [select for diffs]
, Fri Jul 27 21:21:17 2001 UTC (7 years, 2 months ago) by sandro
Changes since 1.8: +8 -4
lines
Diff to previous 1.8
(colored)
action generation - getting closed to current Triple api, catching undefined names, etc
Revision 1.8 / (download) - annotate - [select for diffs]
, Sat Jun 23 18:20:02 2001 UTC (7 years, 3 months ago) by sandro
Changes since 1.7: +25 -12
lines
Diff to previous 1.7
(colored)
intermediate commit; doing various reorg & using doc++ now
Revision 1.7 / (download) - annotate - [select for diffs]
, Fri Jun 15 20:42:42 2001 UTC (7 years, 4 months ago) by sandro
Changes since 1.6: +5 -2
lines
Diff to previous 1.6
(colored)
actions are coming along; local/global/literal naming is implemented
Revision 1.6 / (download) - annotate - [select for diffs]
, Fri Jun 15 19:11:23 2001 UTC (7 years, 4 months ago) by sandro
Changes since 1.5: +1 -0
lines
Diff to previous 1.5
(colored)
previous comment was wrong -- real changes were: more progress on actions
Revision 1.5 / (download) - annotate - [select for diffs]
, Fri Jun 15 19:09:30 2001 UTC (7 years, 4 months ago) by sandro
Changes since 1.4: +18 -9
lines
Diff to previous 1.4
(colored)
copied rdf.[ch] from exfacto tree (sorry, I still don't know the right way to organize these projects)
Revision 1.4 / (download) - annotate - [select for diffs]
, Thu Jun 14 22:18:09 2001 UTC (7 years, 4 months ago) by sandro
Changes since 1.3: +82 -5
lines
Diff to previous 1.3
(colored)
built out the skeleton for parsing and storing semantics in the parse tree (runs, but skeletal and not really tested)
Revision 1.3 / (download) - annotate - [select for diffs]
, Wed Jun 13 17:44:36 2001 UTC (7 years, 4 months ago) by sandro
Changes since 1.2: +4 -1
lines
Diff to previous 1.2
(colored)
added term naming
Revision 1.2 / (download) - annotate - [select for diffs]
, Wed Jun 13 17:10:30 2001 UTC (7 years, 4 months ago) by sandro
Changes since 1.1: +14 -31
lines
Diff to previous 1.1
(colored)
abstracted tree structuring to dltree; implemented repeat() for "x? x* x+"
Revision 1.1 / (download) - annotate - [select for diffs]
, Tue Jun 12 11:58:21 2001 UTC (7 years, 4 months ago) by sandro
Diff
first draft, from over the weekend; what's implemented seems to work
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