From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.user Subject: Re: language translator help Date: Sat, 18 May 2002 20:03:09 -0700 Sender: guile-user-admin@gnu.org Message-ID: References: <15561.38014.967466.255795@segfault.bogus.domain> <15563.18078.788420.299836@segfault.bogus.domain> <87ofg4zkhp.fsf@becket.becket.net> Reply-To: ttn@glug.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1021777774 28210 127.0.0.1 (19 May 2002 03:09:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 19 May 2002 03:09:34 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 179H4f-0007Kt-00 for ; Sun, 19 May 2002 05:09:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 179H4E-0007GG-00; Sat, 18 May 2002 23:09:06 -0400 Original-Received: from ca-crlsbd-u5-c4a-a-172.crlsca.adelphia.net ([24.48.214.172] helo=giblet) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 179H2K-0006um-00 for ; Sat, 18 May 2002 23:07:09 -0400 Original-Received: from ttn by giblet with local (Exim 3.35 #1 (Debian)) id 179GyT-0005sJ-00; Sat, 18 May 2002 20:03:09 -0700 Original-To: neil@ossau.uklinux.net, guile-user@gnu.org In-Reply-To: (message from Thien-Thi Nguyen on Sat, 18 May 2002 19:32:39 -0700) Errors-To: guile-user-admin@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.user:458 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:458 [1] here's a simple script (modify dir to taste) to compare components: rm guile-rgx-ctax ln -s /home/ttn/build/GNU/guile/guile-rgx-ctax for f in *.[hc] ; do echo -n $f '...' diff $f guile-rgx-ctax/rx/$f | wc -l done for f in lang/*.scm ; do echo -n $f '...' diff $f guile-rgx-ctax/$f | wc -l done for f in lang/ctax/*.scm ; do echo -n $f '...' g=`echo $f | sed 's/^.....//g'` diff $f guile-rgx-ctax/$g | wc -l done rm guile-rgx-ctax output below. looks like there are some non-trivial changes in lang/*.scm and lang/ctax/*.scm. perhaps guile-lang-allover Author can comment. thi ___________________________________________ cd /home/ttn/local/src/.ttn/build/guile-lang-allover-0.1/ sh .ttn.compare _rx.h ... 0 hashrexp.c ... 0 inst-rxposix.h ... 0 rgx.c ... 36 rgx.h ... 4 runtests.c ... 0 rx.c ... 0 rx.h ... 0 rxall.h ... 0 rxanal.c ... 0 rxanal.h ... 0 rxbasic.c ... 0 rxbasic.h ... 0 rxbitset.c ... 0 rxbitset.h ... 0 rxcontext.h ... 0 rxcset.c ... 0 rxcset.h ... 0 rxdbug.c ... 0 rxgnucomp.c ... 0 rxgnucomp.h ... 0 rxhash.c ... 0 rxhash.h ... 0 rxnfa.c ... 0 rxnfa.h ... 0 rxnode.c ... 0 rxnode.h ... 0 rxposix.c ... 0 rxposix.h ... 0 rxproto.h ... 0 rxsimp.c ... 0 rxsimp.h ... 0 rxspencer.c ... 0 rxspencer.h ... 0 rxstr.c ... 0 rxstr.h ... 0 rxsuper.c ... 0 rxsuper.h ... 0 rxunfa.c ... 0 rxunfa.h ... 0 testcases.h ... 0 lang/grammar.scm ... 4 lang/lex.scm ... 14 lang/lr0.scm ... 101 lang/lr1.scm ... 102 lang/pp.scm ... 0 lang/ctax/c-ops.scm ... 4 lang/ctax/grammar.scm ... 4 lang/ctax/hashtabs.scm ... 4 lang/ctax/lexer.scm ... 36 lang/ctax/macros.scm ... 4 lang/ctax/reader.scm ... 12 lang/ctax/scm-ops.scm ... 4 Compilation finished at Sat May 18 19:56:26 _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user