Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 68670bd9d8d20914b9111b7927cb102bccfa4388
      
https://github.com/Perl/perl5/commit/68670bd9d8d20914b9111b7927cb102bccfa4388
  Author: Paul "LeoNerd" Evans <leon...@leonerd.org.uk>
  Date:   2022-07-02 (Sat, 02 Jul 2022)

  Changed paths:
    M perly.act
    M perly.h
    M perly.tab
    M perly.y
    M toke.c

  Log Message:
  -----------
  Rename token types for keywords to add KW_... prefix

Some of the token types represent simple keywords; some of them do not.
It's easier to read and work out what's going on if all the simple
keyword ones have a common prefix; `KW_...` in this case.

Additionally I've renamed the four `sub`-related keywords to have a bit
more structure to them.

Also added comments.


Reply via email to