[Oberon] [EXT] Re: A new dialect? Oberon+ (OBX)

Chris Burrows cfbsoftware at gmail.com
Mon Jul 26 02:19:53 CEST 2021


On Mon, Jul 26, 2021 at 9:24 AM Chris Burrows <cfbsoftware at gmail.com> wrote:
>
> On Mon, Jul 26, 2021 at 8:21 AM Skulski, Wojciech
> <skulski at pas.rochester.edu> wrote:
> >
> > If I was to vote for a single most missing language feature, then I would ask for the underscore in names.
> >
>
> This language extension is something you should be able to manage to
> implement yourself with the RISC5 compiler. All you need to do is
> modify procedure ORS.Identifier where it's validating that the
> characters are only letters or digits.
>

Sorry - I should have added that you also have to change ORS.Get to
make sure that "_" is not swallowed up in the list of characters that
return sym = null.


More information about the Oberon mailing list