AggMatch is coded in Object Pascal
The code which is made available (in the file named aggReviews.pas) contains the logic for the pattern matches.
It does not contain support functions or standard library routines.
Possible developments include:
- collect all the support functions used by the project in a single file (ie. 'unit')
- cross-compile the project (using Free Pascal) for other platforms (linux, macos, etc)