comp.lang.ada
 help / color / mirror / Atom feed
From: Shark8 <onewingedshark@gmail.com>
Subject: Pretty-printer?  (Alternatives to "gnatpp")
Date: Sun, 13 Mar 2016 17:58:13 -0700 (PDT)
Date: 2016-03-13T17:58:13-07:00	[thread overview]
Message-ID: <8583acc7-f646-4d78-a8fe-d3d4b1c28806@googlegroups.com> (raw)
In-Reply-To: <87a8m2jlp7.fsf@adaheads.consafe1.org>

Byron is at the lexing stage, it could therefore be used as input to a pretty-printer... or just add a "filter" function that has a local dictionary w/ identifiers of the casing you want and iterate over the token-array with the following conditional:
IF token is identifier THEN
  IF identifier not present THEN add identifier to dictionary
  OTHERWISE replace identifier w/ one of the found casing.
  END IF
END IF

https://github.com/OneWingedShark/Byron


  parent reply	other threads:[~2016-03-14  0:58 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-13 18:07 Pretty-printer? (Alternatives to "gnatpp") Jacob Sparre Andersen
2016-03-13 18:49 ` J-P. Rosen
2016-03-13 19:26   ` Jacob Sparre Andersen
2016-03-13 18:49 ` J-P. Rosen
2016-03-13 19:33 ` Britt
2016-03-13 20:32   ` Jacob Sparre Andersen
2016-03-13 21:37 ` Georg Bauhaus
2016-03-13 21:42 ` Georg Bauhaus
2016-03-14  6:43   ` Bob Butler
2016-03-14 12:01     ` G.B.
2016-03-14 13:13       ` Simon Wright
2016-03-14  0:58 ` Shark8 [this message]
2016-03-14 23:47 ` Randy Brukardt
2016-03-15  0:15 ` Britt
replies disabled

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