More ast_transformation work, but the big change was fixing regex so that it didn't have an exponential implmentation by using sets instead of vectors to deduplicate

This commit is contained in:
Nathan Braswell
2016-01-02 01:43:41 -05:00
parent 6107dda825
commit 8b77a60be5
5 changed files with 40 additions and 20 deletions

View File

@@ -2,7 +2,6 @@
__if_comp__ __C__ simple_passthrough """
#include <stdio.h>
"""
var a = 1
var b = 2