Skip to content

Commit

Permalink
Extutils::ParseXS *.pm: add many code comments
Browse files Browse the repository at this point in the history
To aid the understanding of this module and its sub-modules:

 - add lots of code comments
 - add blank lines
 - reformat and/or line-wrap a few long code lines

There should be no functional changes.

In particular, the line count of ParseXS.pm is increased by about 60%
with this commit.

I've tried to consistently use the word 'emit' rather than 'print' or
'output' in comments about the code that gets generated and ends up in
the .c file. At the moment most of this code code is indeed just
immediately printed to STDOUT, but in the longer term I would like to
separate out code generation and output stages.
  • Loading branch information
iabyn committed Jul 30, 2024
1 parent 339e005 commit 7244f64
Show file tree
Hide file tree
Showing 4 changed files with 1,693 additions and 201 deletions.
Loading

0 comments on commit 7244f64

Please sign in to comment.