Pascal source code cleaner
- Pascal 92.9%
- Makefile 7.1%
| .gitignore | ||
| ioutils.pas | ||
| LISEZMOI.md | ||
| Makefile | ||
| pcc.pas | ||
| README.md | ||
| sample.pas | ||
Pascal Code Cleaner
Program removing comments from a Pascal source file.
Usage
./pcc SOURCE DEST
SOURCE and DEST can be the same file. In that case, the original file is overwritten.
Compilation
Compilation using RegExpr unit.
make
Compilation using FLRE unit. (Downloads automatically the FLRE library if it isn't already present.)
make LIB=FLRE
Compilation of the DEBUG version.
make DEBUG=1
Test the program on the file sample.pas. Creates the file result.pas.
make test