comp.lang.ada
 help / color / mirror / Atom feed
From: Robert Eachus <rieachus@comcast.net>
Subject: Re: Resolving Long Filenames for Packages
Date: Wed, 24 Jan 2018 09:21:22 -0800 (PST)
Date: 2018-01-24T09:21:22-08:00	[thread overview]
Message-ID: <35d17b8f-b911-4b11-b82e-93663413c128@googlegroups.com> (raw)
In-Reply-To: <ee6543c5-62a4-423d-8c22-30fd7a7bab39@googlegroups.com>

On Wednesday, January 24, 2018 at 11:23:20 AM UTC-5, alex...@junivörs.com wrote:
> In my current project, I am making an attempt to elaborate on the means of which a serie of automata operates (and is structured), by building my own version of regular expressions (even though not called that, nor functioning in the exact same way.)

Hmm. It is difficult to define a subset of regular expressions which is not a complete subset. If you have * | () and some way of defining terminal symbols you get all REs.  Supersets are easier. ;-)

As for the naming issue, I would either go with EPAA_x.ads or automaton_x.ads, there is no need to repeat the directory name since you can use a fully qualified path when needed.

Or, you can stay with the full names, and have renames where needed.  In fact, you might want to put all of the units in an (Ada) package Expressions_Parser_Automata, and rename that package as EPA. 


  reply	other threads:[~2018-01-24 17:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-24 16:23 Resolving Long Filenames for Packages alexander
2018-01-24 17:21 ` Robert Eachus [this message]
2018-01-24 21:18 ` G. B.
2018-01-25  9:50 ` alexander
2018-01-25 14:13 ` Stephen Leake
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox