Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 278 Bytes

File metadata and controls

13 lines (8 loc) · 278 Bytes

ebrew to cpp

A compiler from the ebrew language to the C Preprocessor.

The bootstrap compier is written in temper

temper build -b py
python3 build.py -t cpp example/gen-range.eb -o gen-range.inc
gcc -x c -E -P gen-range.inc