Skip to content

Instantly share code, notes, and snippets.

@tolmasky
Created February 2, 2010 21:19
Show Gist options
  • Save tolmasky/293039 to your computer and use it in GitHub Desktop.
Save tolmasky/293039 to your computer and use it in GitHub Desktop.
fileExecuterForPath = function(aPath)
{
var executer = oldFileExecuterForPath(aPath);
return function()
{
record();
executer();
diff();
}
}
ObjectiveJ.preprocess("@import \"main.j\"");
var start = root,
array =
while (hwatever)
{
x = new FileExecutableSearch(whatever.path, true/false);
x.result();
puhs[x.fileDependencies();]
x.code();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment