diff --git a/src/parser/PrismParser/BaseGrammar.h b/src/parser/prismparser/BaseGrammar.h similarity index 100% rename from src/parser/PrismParser/BaseGrammar.h rename to src/parser/prismparser/BaseGrammar.h diff --git a/src/parser/PrismParser/BooleanExpressionGrammar.cpp b/src/parser/prismparser/BooleanExpressionGrammar.cpp similarity index 100% rename from src/parser/PrismParser/BooleanExpressionGrammar.cpp rename to src/parser/prismparser/BooleanExpressionGrammar.cpp diff --git a/src/parser/PrismParser/BooleanExpressionGrammar.h b/src/parser/prismparser/BooleanExpressionGrammar.h similarity index 100% rename from src/parser/PrismParser/BooleanExpressionGrammar.h rename to src/parser/prismparser/BooleanExpressionGrammar.h diff --git a/src/parser/PrismParser/ConstBooleanExpressionGrammar.cpp b/src/parser/prismparser/ConstBooleanExpressionGrammar.cpp similarity index 100% rename from src/parser/PrismParser/ConstBooleanExpressionGrammar.cpp rename to src/parser/prismparser/ConstBooleanExpressionGrammar.cpp diff --git a/src/parser/PrismParser/ConstBooleanExpressionGrammar.h b/src/parser/prismparser/ConstBooleanExpressionGrammar.h similarity index 100% rename from src/parser/PrismParser/ConstBooleanExpressionGrammar.h rename to src/parser/prismparser/ConstBooleanExpressionGrammar.h diff --git a/src/parser/PrismParser/ConstDoubleExpressionGrammar.cpp b/src/parser/prismparser/ConstDoubleExpressionGrammar.cpp similarity index 100% rename from src/parser/PrismParser/ConstDoubleExpressionGrammar.cpp rename to src/parser/prismparser/ConstDoubleExpressionGrammar.cpp diff --git a/src/parser/PrismParser/ConstDoubleExpressionGrammar.h b/src/parser/prismparser/ConstDoubleExpressionGrammar.h similarity index 100% rename from src/parser/PrismParser/ConstDoubleExpressionGrammar.h rename to src/parser/prismparser/ConstDoubleExpressionGrammar.h diff --git a/src/parser/PrismParser/ConstIntegerExpressionGrammar.cpp b/src/parser/prismparser/ConstIntegerExpressionGrammar.cpp similarity index 100% rename from src/parser/PrismParser/ConstIntegerExpressionGrammar.cpp rename to src/parser/prismparser/ConstIntegerExpressionGrammar.cpp diff --git a/src/parser/PrismParser/ConstIntegerExpressionGrammar.h b/src/parser/prismparser/ConstIntegerExpressionGrammar.h similarity index 100% rename from src/parser/PrismParser/ConstIntegerExpressionGrammar.h rename to src/parser/prismparser/ConstIntegerExpressionGrammar.h diff --git a/src/parser/PrismParser/IdentifierGrammars.cpp b/src/parser/prismparser/IdentifierGrammars.cpp similarity index 100% rename from src/parser/PrismParser/IdentifierGrammars.cpp rename to src/parser/prismparser/IdentifierGrammars.cpp diff --git a/src/parser/PrismParser/IdentifierGrammars.h b/src/parser/prismparser/IdentifierGrammars.h similarity index 100% rename from src/parser/PrismParser/IdentifierGrammars.h rename to src/parser/prismparser/IdentifierGrammars.h diff --git a/src/parser/PrismParser/Includes.h b/src/parser/prismparser/Includes.h similarity index 100% rename from src/parser/PrismParser/Includes.h rename to src/parser/prismparser/Includes.h diff --git a/src/parser/PrismParser/IntegerExpressionGrammar.cpp b/src/parser/prismparser/IntegerExpressionGrammar.cpp similarity index 100% rename from src/parser/PrismParser/IntegerExpressionGrammar.cpp rename to src/parser/prismparser/IntegerExpressionGrammar.cpp diff --git a/src/parser/PrismParser/IntegerExpressionGrammar.h b/src/parser/prismparser/IntegerExpressionGrammar.h similarity index 100% rename from src/parser/PrismParser/IntegerExpressionGrammar.h rename to src/parser/prismparser/IntegerExpressionGrammar.h diff --git a/src/parser/PrismParser/PrismGrammar.cpp b/src/parser/prismparser/PrismGrammar.cpp similarity index 100% rename from src/parser/PrismParser/PrismGrammar.cpp rename to src/parser/prismparser/PrismGrammar.cpp diff --git a/src/parser/PrismParser/PrismGrammar.h b/src/parser/prismparser/PrismGrammar.h similarity index 100% rename from src/parser/PrismParser/PrismGrammar.h rename to src/parser/prismparser/PrismGrammar.h diff --git a/src/parser/PrismParser/Tokens.h b/src/parser/prismparser/Tokens.h similarity index 100% rename from src/parser/PrismParser/Tokens.h rename to src/parser/prismparser/Tokens.h diff --git a/src/parser/PrismParser/VariableState.cpp b/src/parser/prismparser/VariableState.cpp similarity index 100% rename from src/parser/PrismParser/VariableState.cpp rename to src/parser/prismparser/VariableState.cpp diff --git a/src/parser/PrismParser/VariableState.h b/src/parser/prismparser/VariableState.h similarity index 100% rename from src/parser/PrismParser/VariableState.h rename to src/parser/prismparser/VariableState.h