diff --git a/AssemblyInfo.cs b/ssc/AssemblyInfo.cs similarity index 100% rename from AssemblyInfo.cs rename to ssc/AssemblyInfo.cs diff --git a/ast/nodes.cs b/ssc/ast/nodes.cs similarity index 100% rename from ast/nodes.cs rename to ssc/ast/nodes.cs diff --git a/ast/nodes.expressions.cs b/ssc/ast/nodes.expressions.cs similarity index 100% rename from ast/nodes.expressions.cs rename to ssc/ast/nodes.expressions.cs diff --git a/ast/nodes.flow.cs b/ssc/ast/nodes.flow.cs similarity index 100% rename from ast/nodes.flow.cs rename to ssc/ast/nodes.flow.cs diff --git a/ast/nodes.functions.cs b/ssc/ast/nodes.functions.cs similarity index 100% rename from ast/nodes.functions.cs rename to ssc/ast/nodes.functions.cs diff --git a/ast/nodes.literals.cs b/ssc/ast/nodes.literals.cs similarity index 100% rename from ast/nodes.literals.cs rename to ssc/ast/nodes.literals.cs diff --git a/ast/nodes.operators.cs b/ssc/ast/nodes.operators.cs similarity index 100% rename from ast/nodes.operators.cs rename to ssc/ast/nodes.operators.cs diff --git a/ast/nodes.statements.cs b/ssc/ast/nodes.statements.cs similarity index 100% rename from ast/nodes.statements.cs rename to ssc/ast/nodes.statements.cs diff --git a/ast/nodes.system.cs b/ssc/ast/nodes.system.cs similarity index 100% rename from ast/nodes.system.cs rename to ssc/ast/nodes.system.cs diff --git a/ast/nodes.variables.cs b/ssc/ast/nodes.variables.cs similarity index 100% rename from ast/nodes.variables.cs rename to ssc/ast/nodes.variables.cs diff --git a/compiler.cs b/ssc/compiler.cs similarity index 100% rename from compiler.cs rename to ssc/compiler.cs diff --git a/context.cs b/ssc/context.cs similarity index 100% rename from context.cs rename to ssc/context.cs diff --git a/data table.cs b/ssc/data table.cs similarity index 100% rename from data table.cs rename to ssc/data table.cs diff --git a/exceptions.cs b/ssc/exceptions.cs similarity index 100% rename from exceptions.cs rename to ssc/exceptions.cs diff --git a/generate.bat b/ssc/generate.bat similarity index 100% rename from generate.bat rename to ssc/generate.bat diff --git a/grammatica-1.6.dll b/ssc/grammatica-1.6.dll similarity index 100% rename from grammatica-1.6.dll rename to ssc/grammatica-1.6.dll diff --git a/grammatica.jar b/ssc/grammatica.jar similarity index 100% rename from grammatica.jar rename to ssc/grammatica.jar diff --git a/import resolver.cs b/ssc/import resolver.cs similarity index 100% rename from import resolver.cs rename to ssc/import resolver.cs diff --git a/loop stack.cs b/ssc/loop stack.cs similarity index 100% rename from loop stack.cs rename to ssc/loop stack.cs diff --git a/parse.bat b/ssc/parse.bat similarity index 100% rename from parse.bat rename to ssc/parse.bat diff --git a/parser.cs b/ssc/parser.cs similarity index 100% rename from parser.cs rename to ssc/parser.cs diff --git a/scope stack.cs b/ssc/scope stack.cs similarity index 100% rename from scope stack.cs rename to ssc/scope stack.cs diff --git a/sunscript.grammar b/ssc/sunscript.grammar similarity index 100% rename from sunscript.grammar rename to ssc/sunscript.grammar diff --git a/symbol table.cs b/ssc/symbol table.cs similarity index 100% rename from symbol table.cs rename to ssc/symbol table.cs diff --git a/tokenize.bat b/ssc/tokenize.bat similarity index 100% rename from tokenize.bat rename to ssc/tokenize.bat diff --git a/writer.cs b/ssc/writer.cs similarity index 100% rename from writer.cs rename to ssc/writer.cs