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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.66.14.6 with SMTP id l6mr56032448pac.11.1470163875492; Tue, 02 Aug 2016 11:51:15 -0700 (PDT) X-Received: by 10.157.13.51 with SMTP id 48mr3739886oti.7.1470163875447; Tue, 02 Aug 2016 11:51:15 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!f6no6846050ith.0!news-out.google.com!d130ni22692ith.0!nntp.google.com!f6no6846049ith.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 2 Aug 2016 11:51:15 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=81.50.51.186; posting-account=94GLqQoAAABRDKJ5vWVBzCDWAEq47F5V NNTP-Posting-Host: 81.50.51.186 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: cocor_ada: Sets, FileIO? From: p.p11@orange.fr Injection-Date: Tue, 02 Aug 2016 18:51:15 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:31259 Date: 2016-08-02T11:51:15-07:00 List-Id: Hello, Where do you get the code? Pascal. Le vendredi 29 juillet 2016 16:40:19 UTC+2, hreba a =C3=A9crit=C2=A0: > Hi, >=20 > I am familiarizing with Coco/R. I installed it (and Florist) and I am=20 > able to generate a scanner and a parser. They contain the lines > ----------------------------------------------------------------- > with Sets; > with FileIO; > ----------------------------------------------------------------- > Does anybody know were I find these packages? >=20 > The scanner package has the line > ----------------------------------------------------------------- > Source : aliased FileIO.File; -- source/list files. To be opened by= =20 > the main pgm > ----------------------------------------------------------------- > I guess FileIO exports a constructor and I have to do something like > ----------------------------------------------------------------- > My_Scanner.Source:=3D FileIO.New_File ("my_input_file.xyz"); > ----------------------------------------------------------------- > Correct? >=20 > --=20 > Frank Hrebabetzky +49 / 6355 / 989 5070