diff --git a/actions.ts b/src/actions.ts similarity index 100% rename from actions.ts rename to src/actions.ts diff --git a/app.ts b/src/app.ts similarity index 100% rename from app.ts rename to src/app.ts diff --git a/compiler.ts b/src/compiler.ts similarity index 100% rename from compiler.ts rename to src/compiler.ts diff --git a/options.ts b/src/options.ts similarity index 100% rename from options.ts rename to src/options.ts diff --git a/parser.ts b/src/parser.ts similarity index 100% rename from parser.ts rename to src/parser.ts diff --git a/reader.ts b/src/reader.ts similarity index 100% rename from reader.ts rename to src/reader.ts diff --git a/util.ts b/src/util.ts similarity index 100% rename from util.ts rename to src/util.ts