Path: utzoo!attcan!uunet!pilchuck!dataio!bright From: bright@Data-IO.COM (Walter Bright) Newsgroups: comp.lang.c++ Subject: Re: Format of output of ZTC1 Keywords: C++, Zortech Message-ID: <1799@dataio.Data-IO.COM> Date: 23 Dec 88 22:39:47 GMT References: <3792@midas.TEK.COM> <1796@dataio.Data-IO.COM> <1257@ndmath.UUCP> Reply-To: bright@dataio.Data-IO.COM (Walter Bright) Organization: Data I/O Corporation; Redmond, WA Lines: 10 In article <1257@ndmath.UUCP> cww@ndmath.UUCP (Clarence W. Wilkerson) writes: >I was curious about the output of pass 1 of ZTC and the C++ version. The intermediate file format is not proprietary. It's just that if I published it, I'd have to support it. I change it with nearly every new version of the compiler, and don't want to worry about backwards compatibility. The format is basically symbol table records, expression trees in prefix form, and a flow graph to connect the expressions together.