Re: @keywords: Notation3 Pre-Processor

[Summary: all fixed; thanks.]

Yosi Scharf wrote:

> "hello" @a_m .

Fixed. CWM has the equal-but-opposite bug, which I'll file separately.

> "hello" @keywords a, is . a something.

Fixed, but I had to revert to "@keywords ." output again. The other way
to fix this would be to keep track of @forSome statements and reoutput
when an @keywords comes along, so:

"subj" @keywords a . a something .
=> "subj" @forSome . @a something .

and

@forSome :x . "subj" @keywords a . a something .
=> @forSome :x . "subj" @forSome :x . a something .

but it's not ideal. @noop, anyone?

> @keywords a . "hi"a-3 .

Fixed. Good one.

> If that was in your tests

The negative test suite isn't substantial at the moment; I should indeed
work on it, but there isn't much incentive--Postel's Law and all that.

Many thanks for all the feedback and testing,

-- 
Sean B. Palmer, http://inamidst.com/sbp/

Received on Monday, 17 January 2005 09:42:43 UTC