9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: tlaronde@polynum.com
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: [9fans] APE: a further note.
Date: Thu, 15 Apr 2010 20:26:18 +0200	[thread overview]
Message-ID: <20100415182618.GA9844@polynum.com> (raw)

Still fixing things for correct compilation of TeX and al. under Plan9,
I stumbled upon this one.

Traditional lex(1) uses: char yytext[];

The code (main code for translation between Pascal and C), was declaring
in the external units: char *yytext;

The result is no problem at compilation/linkage, but a suicide at first
yytext external access. And I wandered with acid(1) and sam(1) to try
to understand what was going on. Of course, I suspected UTF/Rune and the
like, before suspecting a problem on the linkage.

So APE is a very good POSIX environment for verification, since, until
now, when Plan9 was not agreeing, it was right.

So for Plan9 lex(1), yytext is an array. And you can specify "%array" in
the first definition of your *.l for flex(1) so that it handles an
array too.

A side note.

gcc(1) is very verbose (well: I always set -Wall). ken-cc
is---surprise---more laconic; but when he was saying: no! he was right,
for things that were going silently under NetBSD.

And I like sam(1) too... Regexp and the mouse, that's it!
--
        Thierry Laronde <tlaronde +AT+ polynum +dot+ com>
                      http://www.kergis.com/
Key fingerprint = 0FF7 E906 FBAF FE95 FD89  250D 52B1 AE95 6006 F40C



             reply	other threads:[~2010-04-15 18:26 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-15 18:26 tlaronde [this message]
2010-04-15 18:30 ` erik quanstrom
2010-04-15 18:51   ` Federico G. Benavento
2010-04-15 18:57     ` erik quanstrom
2010-04-16  9:20       ` ron minnich
2010-04-16  9:36         ` Steve Simon
2010-04-17 17:09           ` C H Forsyth
2010-04-16 12:04         ` erik quanstrom
2010-04-16  7:27   ` tlaronde
2010-04-16 12:15     ` erik quanstrom

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100415182618.GA9844@polynum.com \
    --to=tlaronde@polynum.com \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).