C::Tokenize - reduce a C file to a series of tokens
The C::Tokenize module provides a tokenizer which breaks C source code into its smallest meaningful components, and the regexes which match each of these components. It also supplies regexes for local include statements and C variables, as well as extra functions, such as for removing the comment syntax of traditional C comments, and for removing all comments from a C program.
The C::Tokenize module provides a tokenizer which breaks C source code into its smallest meaningful components, and the regexes which match each of these components. It also supplies regexes for local include statements and C variables, as well as extra functions, such as for removing the comment syntax of traditional C comments, and for removing all comments from a C program.
To install p5.32-c-tokenize, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.32-c-tokenize
To see what files were installed by p5.32-c-tokenize, run:
port contents p5.32-c-tokenize
To later upgrade p5.32-c-tokenize, run:
sudo port selfupdate && sudo port upgrade p5.32-c-tokenize
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.