Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 398 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 398 Bytes

C Preprocessor Language(CPL)

CPL is a python like programming language that can be written inside C source files.

Examples:

You can find example code in CPL in the examples/ directory.

Usage

Run

python preprocess_2.py

This will generate a *_generated.c file.Compile the generated c file and execute the generated output.

Note : Work in Progress.