blixto / foreach

Simple experiment on syntax extension (syntex) in C using #define-ed macros.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

foreach

A syntex (syntax extension) experiment in C.

To compile in Windows, make sure to have the 'cl.exe' compiler in your PATH or within your session scope in some way, and then issue the command ./p -c. To execute the freshly compiled code, issue the command ./p -x.

About

Simple experiment on syntax extension (syntex) in C using #define-ed macros.

License:BSD 2-Clause "Simplified" License


Languages

Language:C 56.3%Language:PowerShell 43.7%