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 2002:a37:8ec3:: with SMTP id q186mr3811291qkd.231.1589968069519; Wed, 20 May 2020 02:47:49 -0700 (PDT) X-Received: by 2002:aca:b2c4:: with SMTP id b187mr2402252oif.175.1589968069248; Wed, 20 May 2020 02:47:49 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!aioe.org!peer01.ams4!peer.am4.highwinds-media.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 20 May 2020 02:47:48 -0700 (PDT) In-Reply-To: <540b1fe0-a96b-41dc-8458-43dc8106f595@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=2a02:1206:4544:3750:e118:6263:70b7:ab25; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG NNTP-Posting-Host: 2a02:1206:4544:3750:e118:6263:70b7:ab25 References: <4aa85a46-b818-4b04-8b2c-56dc833e18ff@googlegroups.com> <540b1fe0-a96b-41dc-8458-43dc8106f595@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <10728269-b3d1-4abc-83f5-653f48f2162f@googlegroups.com> Subject: Re: Ann: HAC v.0.06 - Text File I/O From: gautier_niouzes@hotmail.com Injection-Date: Wed, 20 May 2020 09:47:49 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 1670 X-Received-Body-CRC: 253461213 Xref: reader01.eternal-september.org comp.lang.ada:58744 Date: 2020-05-20T02:47:48-07:00 List-Id: > Nice Gautier regarding the possibility of copying text files. Thx. Of course file_copy.adb is a tiny demonstration example. You can now make a parser or whatever you want with text files, from HAC: nested subprograms, local types and variables are supported. > Is support for copying/reading/writing binary files in the works? Not yet, but I've added this to the to-do list.