-- the resolution was to just use gzip; it compresses ASCII VRML files very
nicely, and compressed content is becoming standard (latest versions of
NetScape and Mosaic support it, anyway).
> Is their a grammar for VRML, that is, is VRML able to be compiled?
Anybody on the VRML mailing list know of a grammar specification language
that can handle extensible, self-describing grammars? BNF doesn't cut it; I
can't write a BNF grammar that allows me to describe:
NewKindOfNode {
fields [ SFFloat value ]
value 10.3
}