Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 473 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 473 Bytes

pre

pre is a tiny text preprocessor, which is inspire by C preprocessor.

Run

To run pre you will need a Python3 interpreter then you need to run this command python3 pre.py [INPUT] [OUTPUT]

[INPUT] - The input file.

[OUTPUT] - The output file.

Documentation

pre documentation

Examples

  1. README
  2. Documentation
  3. Brainf*** Implementation

End

I want to make a Lua or V port for pre.