Revision
467 -
(
show annotations)
(
download)
(
as text)
Mon Apr 17 03:18:06 2006 UTC
(16 years, 9 months ago)
by
ben.allan
File MIME type: text/x-chdr
File size: 157 byte(s)
Changed the syntax of import from
IMPORT id FROM id;
to
IMPORT id FROM "quoted/text/lib";
Writing external
METHOD calls via the EXTERNAL methname(arglist);
now works.
Against my better judgement in a few cases,
cleaned up the old EXT statement code from Abbott
to work in a typesafe manner. A better solution
is to get the CALL syntax working as defined in
the grammar, but this takes a good deal more work
and meanwhile people want to get their phds...
Still some known bugs in relation_util.
I need to commit the test models that go with
the EXT statements. Fixed a bunch of lintish
compiler complaints. Don't try to solve external
models yet.