Skip to content

Instantly share code, notes, and snippets.

Avatar

Vegard Nossum vegard

View GitHub Profile
@vegard
vegard / ifdef-helper.py
Last active January 27, 2017 14:30 — forked from anonymous/ifdef-helper.py
Visualise ifdef nesting for particularly nasty preprocessor spaghetti
View ifdef-helper.py
#! /usr/bin/python
# -*- coding: utf-8 -*-
#
# Author: Vegard Nossum <vegard.nossum@oracle.com>
#
import os
import sys
import re