From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: ANN: Kickstarter for beginning work on a new open-source Compiler Date: Sun, 23 Mar 2014 22:36:58 +0000 Organization: A noiseless patient Spider Message-ID: References: <5151491a-14c3-4138-bcb5-f29108aeefb9@googlegroups.com> <857g7q6za4.fsf@stephe-leake.org> <0d9343e9-6190-46b0-a313-bc33ed17f28d@googlegroups.com> <854n2s5tqc.fsf@stephe-leake.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx05.eternal-september.org; posting-host="22d720de31fa36ffc68ccbe08d1f0c55"; logging-data="18585"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/c56r0WCN15ukdkjSQVDoChVrJLI0IB+w=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin) Cancel-Lock: sha1:T/OxuXucdFKYCFg4E2DikPQJLko= sha1:dGS05DO46efVdQXzwTeBcZfGQAg= Xref: news.eternal-september.org comp.lang.ada:18937 Date: 2014-03-23T22:36:58+00:00 List-Id: erlo writes: > On 03/21/2014 09:17 AM, Simon Wright wrote: >> Stephen Leake writes: >> >>> Emacs Ada mode skeletons don't compile in GNAT, but the indentation >>> parser accepts them. For example, 'case foo C-e' expands to: >>> >>> case Foo is >>> when => >>> end case; >> >> The Rational Environment used to include recognisable and storable >> markers in such cases: for example {statement}. As far as I remember >> they were displayed in inverse video to make them stand out! >> > The problem was (at least for the OS/9 cross) that the programs would > compile and link, resulting in an exception (Illegal program, I think) > when you tried to execute the code. AFAICR the R1000 wouldn't do (the equivalent of) object code generation - "promoting to the code state"? - with placeholders present. But it's a while back!