From 068ca863654278ff9d65e57a22bbd3ec71a17ca4 Mon Sep 17 00:00:00 2001 From: Alan Schmitt <alan.schmitt@polytechnique.org> Date: Tue, 1 Mar 2016 14:11:59 +0100 Subject: [PATCH] wip --- source-driver.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source-driver.js b/source-driver.js index cbc4544..a2b4480 100644 --- a/source-driver.js +++ b/source-driver.js @@ -1,7 +1,7 @@ var source_file = 'var x = 2;\n'; var tracer_files = [ - // the tracer files + // the tracer files {file : , contents : with quotes and return escaped} ]; // stdlib -- GitLab