W3C CVS

CVS log for 2001/blindfold/src/ebnf.c.y

[BACK] Up to [Public] / 2001 / blindfold / src

Request diff between arbitrary revisions


Default branch: 1

Revision 1.35 / (download) - annotate - [select for diffs] , Wed Jan 2 21:25:30 2002 UTC (6 years, 7 months ago) by sandro
CVS Tags: HEAD
Changes since 1.34: +58 -47 lines
Diff to previous 1.34 (colored)
in the middle of hacking the actions to pieces

Revision 1.34 / (download) - annotate - [select for diffs] , Mon Dec 31 20:33:49 2001 UTC (6 years, 8 months ago) by sandro
Changes since 1.33: +20 -105 lines
Diff to previous 1.33 (colored)
cleaned up switch in action syntax

Revision 1.33 / (download) - annotate - [select for diffs] , Mon Dec 31 19:17:42 2001 UTC (6 years, 8 months ago) by sandro
Changes since 1.32: +80 -4 lines
Diff to previous 1.32 (colored)
switched from "add tuple" to "insert"

Revision 1.32 / (download) - annotate - [select for diffs] , Sat Dec 29 04:48:09 2001 UTC (6 years, 8 months ago) by sandro
Changes since 1.31: +8 -8 lines
Diff to previous 1.31 (colored)
unix-groups works!

Revision 1.31 / (download) - annotate - [select for diffs] , Sat Dec 29 01:52:07 2001 UTC (6 years, 8 months ago) by sandro
Changes since 1.30: +6 -4 lines
Diff to previous 1.30 (colored)
parent renaming works in a simple test, as does new!

Revision 1.30 / (download) - annotate - [select for diffs] , Fri Dec 28 16:29:56 2001 UTC (6 years, 8 months ago) by sandro
Changes since 1.29: +11 -6 lines
Diff to previous 1.29 (colored)
grammar stuff is compiling, a bit closer to working; about to switch fully to using Pools in abstract_grammar.c

Revision 1.29 / (download) - annotate - [select for diffs] , Thu Dec 27 21:47:05 2001 UTC (6 years, 8 months ago) by sandro
Changes since 1.28: +8 -1 lines
Diff to previous 1.28 (colored)
seems to run an n3 grammar with a little @send annotation

Revision 1.28 / (download) - annotate - [select for diffs] , Mon Dec 3 21:11:52 2001 UTC (6 years, 8 months ago) by sandro
Changes since 1.27: +8 -8 lines
Diff to previous 1.27 (colored)
intermidiate, working on XML parsers

Revision 1.27 / (download) - annotate - [select for diffs] , Sat Dec 1 02:51:31 2001 UTC (6 years, 9 months ago) by sandro
Changes since 1.26: +10 -6 lines
Diff to previous 1.26 (colored)
continuing to refactor parser streams (compiles, still missing yylex)

Revision 1.26 / (download) - annotate - [select for diffs] , Wed Nov 28 22:41:54 2001 UTC (6 years, 9 months ago) by sandro
Changes since 1.25: +209 -86 lines
Diff to previous 1.25 (colored)
continued adding support for 'informal xml' style ebnf; it'd kind of working

Revision 1.25 / (download) - annotate - [select for diffs] , Fri Nov 23 00:57:31 2001 UTC (6 years, 9 months ago) by sandro
Changes since 1.24: +37 -7 lines
Diff to previous 1.24 (colored)
* in the process of adding back in grammars, with XML shorthand

Revision 1.24 / (download) - annotate - [select for diffs] , Thu Oct 18 20:47:02 2001 UTC (6 years, 10 months ago) by sandro
Changes since 1.23: +7 -1 lines
Diff to previous 1.23 (colored)
enable compile with btyacc

Revision 1.23 / (download) - annotate - [select for diffs] , Mon Sep 17 22:46:08 2001 UTC (6 years, 11 months ago) by sandro
CVS Tags: blindfold_0_1_1, blindfold_0_1
Changes since 1.22: +3 -3 lines
Diff to previous 1.22 (colored)
Filled in Triple implementation; set up stuff to link with XSB
(Compiles again.)

Revision 1.22 / (download) - annotate - [select for diffs] , Mon Aug 6 21:01:05 2001 UTC (7 years ago) by sandro
Changes since 1.21: +4 -36 lines
Diff to previous 1.21 (colored)
added combining charsets, fixed a few bugs; simple n3.bnf is working

Revision 1.21 / (download) - annotate - [select for diffs] , Fri Aug 3 16:44:59 2001 UTC (7 years ago) by sandro
Changes since 1.20: +6 -5 lines
Diff to previous 1.20 (colored)
made the semi-colon at the end of a grammar productions optional, as in yacc

Revision 1.20 / (download) - annotate - [select for diffs] , Fri Aug 3 12:17:53 2001 UTC (7 years ago) by sandro
Changes since 1.19: +56 -21 lines
Diff to previous 1.19 (colored)
prefixes work

Revision 1.19 / (download) - annotate - [select for diffs] , Thu Aug 2 21:35:22 2001 UTC (7 years ago) by sandro
Changes since 1.18: +29 -4 lines
Diff to previous 1.18 (colored)
implemented decent C hash tables (hashmap)

Revision 1.18 / (download) - annotate - [select for diffs] , Thu Aug 2 13:42:23 2001 UTC (7 years ago) by sandro
Changes since 1.17: +22 -5 lines
Diff to previous 1.17 (colored)
changed charset to two-level rule to much simplify grammar, at some cost in parse speed; doable without that cost

Revision 1.17 / (download) - annotate - [select for diffs] , Wed Aug 1 21:20:26 2001 UTC (7 years, 1 month ago) by sandro
Changes since 1.16: +59 -20 lines
Diff to previous 1.16 (colored)
/etc/group works, except for repeat() semantics

Revision 1.16 / (download) - annotate - [select for diffs] , Wed Aug 1 14:40:39 2001 UTC (7 years, 1 month ago) by sandro
Changes since 1.15: +30 -3 lines
Diff to previous 1.15 (colored)
implemented charsets

Revision 1.15 / (download) - annotate - [select for diffs] , Wed Aug 1 14:25:35 2001 UTC (7 years, 1 month ago) by sandro
Changes since 1.14: +30 -7 lines
Diff to previous 1.14 (colored)
support of __text seems to be working

Revision 1.14 / (download) - annotate - [select for diffs] , Wed Aug 1 12:31:39 2001 UTC (7 years, 1 month ago) by sandro
Changes since 1.13: +24 -2 lines
Diff to previous 1.13 (colored)
proceeding with actions, improving character buffer handling

Revision 1.13 / (download) - annotate - [select for diffs] , Fri Jul 27 21:21:17 2001 UTC (7 years, 1 month ago) by sandro
Changes since 1.12: +109 -11 lines
Diff to previous 1.12 (colored)
action generation - getting closed to current Triple api, catching undefined names, etc

Revision 1.12 / (download) - annotate - [select for diffs] , Fri Jul 27 19:19:50 2001 UTC (7 years, 1 month ago) by sandro
Changes since 1.11: +10 -5 lines
Diff to previous 1.11 (colored)
tinkering with grammar

Revision 1.11 / (download) - annotate - [select for diffs] , Mon Jul 16 21:30:41 2001 UTC (7 years, 1 month ago) by sandro
Changes since 1.10: +8 -5 lines
Diff to previous 1.10 (colored)
set up dynamic compilation and loading of parsed grammars; still
missing a few bits, and it's kind of a first draft.

Revision 1.10 / (download) - annotate - [select for diffs] , Fri Jul 13 21:44:11 2001 UTC (7 years, 1 month ago) by sandro
Changes since 1.9: +4 -2 lines
Diff to previous 1.9 (colored)
changed to multi-parser, multi-lexer setup

Revision 1.9 / (download) - annotate - [select for diffs] , Fri Jun 15 20:42:42 2001 UTC (7 years, 2 months ago) by sandro
Changes since 1.8: +5 -6 lines
Diff to previous 1.8 (colored)
actions are coming along; local/global/literal naming is implemented

Revision 1.8 / (download) - annotate - [select for diffs] , Fri Jun 15 19:11:23 2001 UTC (7 years, 2 months ago) by sandro
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)
previous comment was wrong -- real changes were: more progress on actions

Revision 1.7 / (download) - annotate - [select for diffs] , Fri Jun 15 19:09:30 2001 UTC (7 years, 2 months ago) by sandro
Changes since 1.6: +107 -16 lines
Diff to previous 1.6 (colored)
copied rdf.[ch] from exfacto tree (sorry, I still don't know the right way to organize these projects)

Revision 1.6 / (download) - annotate - [select for diffs] , Thu Jun 14 22:18:09 2001 UTC (7 years, 2 months ago) by sandro
Changes since 1.5: +86 -48 lines
Diff to previous 1.5 (colored)
built out the skeleton for parsing and storing semantics in the parse tree (runs, but skeletal and not really tested)

Revision 1.5 / (download) - annotate - [select for diffs] , Thu Jun 14 11:48:42 2001 UTC (7 years, 2 months ago) by sandro
Changes since 1.4: +78 -20 lines
Diff to previous 1.4 (colored)
intermediate version of declaration language

Revision 1.4 / (download) - annotate - [select for diffs] , Wed Jun 13 17:44:36 2001 UTC (7 years, 2 months ago) by sandro
Changes since 1.3: +13 -3 lines
Diff to previous 1.3 (colored)
added term naming

Revision 1.3 / (download) - annotate - [select for diffs] , Wed Jun 13 17:10:30 2001 UTC (7 years, 2 months ago) by sandro
Changes since 1.2: +96 -50 lines
Diff to previous 1.2 (colored)
abstracted tree structuring to dltree; implemented repeat() for "x? x* x+"

Revision 1.2 / (download) - annotate - [select for diffs] , Wed Jun 13 12:24:30 2001 UTC (7 years, 2 months ago) by sandro
Changes since 1.1: +26 -19 lines
Diff to previous 1.1 (colored)
changed location of annotation

Revision 1.1 / (download) - annotate - [select for diffs] , Tue Jun 12 11:58:21 2001 UTC (7 years, 2 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.

Diffs between and
Type of Diff should be a 

Sort log by:

Webmaster