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:
@@ -2,7 +2,6 @@
|
||||
__if_comp__ __C__ simple_passthrough """
|
||||
#include <stdio.h>
|
||||
"""
|
||||
|
||||
var a = 1
|
||||
var b = 2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user