diff --git a/runtime/Go/src/antlr/atn.go b/runtime/Go/src/antlr/ATN.go similarity index 100% rename from runtime/Go/src/antlr/atn.go rename to runtime/Go/src/antlr/ATN.go diff --git a/runtime/Go/src/antlr/atn_config.go b/runtime/Go/src/antlr/ATNConfig.go similarity index 100% rename from runtime/Go/src/antlr/atn_config.go rename to runtime/Go/src/antlr/ATNConfig.go diff --git a/runtime/Go/src/antlr/atn_config_set.go b/runtime/Go/src/antlr/ATNConfigSet.go similarity index 100% rename from runtime/Go/src/antlr/atn_config_set.go rename to runtime/Go/src/antlr/ATNConfigSet.go diff --git a/runtime/Go/src/antlr/atn_deserialization_options.go b/runtime/Go/src/antlr/ATNDeserializationOptions.go similarity index 100% rename from runtime/Go/src/antlr/atn_deserialization_options.go rename to runtime/Go/src/antlr/ATNDeserializationOptions.go diff --git a/runtime/Go/src/antlr/atn_deserializer.go b/runtime/Go/src/antlr/ATNDeserializer.go similarity index 100% rename from runtime/Go/src/antlr/atn_deserializer.go rename to runtime/Go/src/antlr/ATNDeserializer.go diff --git a/runtime/Go/src/antlr/atn_simulator.go b/runtime/Go/src/antlr/ATNSimulator.go similarity index 100% rename from runtime/Go/src/antlr/atn_simulator.go rename to runtime/Go/src/antlr/ATNSimulator.go diff --git a/runtime/Go/src/antlr/atn_state.go b/runtime/Go/src/antlr/ATNState.go similarity index 100% rename from runtime/Go/src/antlr/atn_state.go rename to runtime/Go/src/antlr/ATNState.go diff --git a/runtime/Go/src/antlr/atn_type.go b/runtime/Go/src/antlr/ATNType.go similarity index 100% rename from runtime/Go/src/antlr/atn_type.go rename to runtime/Go/src/antlr/ATNType.go diff --git a/runtime/Go/src/antlr/char_stream.go b/runtime/Go/src/antlr/CharStream.go similarity index 100% rename from runtime/Go/src/antlr/char_stream.go rename to runtime/Go/src/antlr/CharStream.go diff --git a/runtime/Go/src/antlr/common_token_factory.go b/runtime/Go/src/antlr/CommonTokenFactory.go similarity index 100% rename from runtime/Go/src/antlr/common_token_factory.go rename to runtime/Go/src/antlr/CommonTokenFactory.go diff --git a/runtime/Go/src/antlr/common_token_stream.go b/runtime/Go/src/antlr/CommonTokenStream.go similarity index 100% rename from runtime/Go/src/antlr/common_token_stream.go rename to runtime/Go/src/antlr/CommonTokenStream.go diff --git a/runtime/Go/src/antlr/dfa.go b/runtime/Go/src/antlr/DFA.go similarity index 100% rename from runtime/Go/src/antlr/dfa.go rename to runtime/Go/src/antlr/DFA.go diff --git a/runtime/Go/src/antlr/dfa_serializer.go b/runtime/Go/src/antlr/DFASerializer.go similarity index 100% rename from runtime/Go/src/antlr/dfa_serializer.go rename to runtime/Go/src/antlr/DFASerializer.go diff --git a/runtime/Go/src/antlr/dfa_state.go b/runtime/Go/src/antlr/DFAState.go similarity index 100% rename from runtime/Go/src/antlr/dfa_state.go rename to runtime/Go/src/antlr/DFAState.go diff --git a/runtime/Go/src/antlr/diagnostic_error_listener.go b/runtime/Go/src/antlr/DiagnosticErrorListener.go similarity index 100% rename from runtime/Go/src/antlr/diagnostic_error_listener.go rename to runtime/Go/src/antlr/DiagnosticErrorListener.go diff --git a/runtime/Go/src/antlr/error_listener.go b/runtime/Go/src/antlr/ErrorListener.go similarity index 100% rename from runtime/Go/src/antlr/error_listener.go rename to runtime/Go/src/antlr/ErrorListener.go diff --git a/runtime/Go/src/antlr/error_strategy.go b/runtime/Go/src/antlr/ErrorStrategy.go similarity index 100% rename from runtime/Go/src/antlr/error_strategy.go rename to runtime/Go/src/antlr/ErrorStrategy.go diff --git a/runtime/Go/src/antlr/errors.go b/runtime/Go/src/antlr/Errors.go similarity index 100% rename from runtime/Go/src/antlr/errors.go rename to runtime/Go/src/antlr/Errors.go diff --git a/runtime/Go/src/antlr/file_stream.go b/runtime/Go/src/antlr/FileStream.go similarity index 100% rename from runtime/Go/src/antlr/file_stream.go rename to runtime/Go/src/antlr/FileStream.go diff --git a/runtime/Go/src/antlr/input_stream.go b/runtime/Go/src/antlr/InputStream.go similarity index 100% rename from runtime/Go/src/antlr/input_stream.go rename to runtime/Go/src/antlr/InputStream.go diff --git a/runtime/Go/src/antlr/int_stream.go b/runtime/Go/src/antlr/IntStream.go similarity index 100% rename from runtime/Go/src/antlr/int_stream.go rename to runtime/Go/src/antlr/IntStream.go diff --git a/runtime/Go/src/antlr/interval_set.go b/runtime/Go/src/antlr/IntervalSet.go similarity index 100% rename from runtime/Go/src/antlr/interval_set.go rename to runtime/Go/src/antlr/IntervalSet.go diff --git a/runtime/Go/src/antlr/ll1_analyzer.go b/runtime/Go/src/antlr/LL1Analyzer.go similarity index 100% rename from runtime/Go/src/antlr/ll1_analyzer.go rename to runtime/Go/src/antlr/LL1Analyzer.go diff --git a/runtime/Go/src/antlr/lexer.go b/runtime/Go/src/antlr/Lexer.go similarity index 100% rename from runtime/Go/src/antlr/lexer.go rename to runtime/Go/src/antlr/Lexer.go diff --git a/runtime/Go/src/antlr/lexer_atn_simulator.go b/runtime/Go/src/antlr/LexerATNSimulator.go similarity index 100% rename from runtime/Go/src/antlr/lexer_atn_simulator.go rename to runtime/Go/src/antlr/LexerATNSimulator.go diff --git a/runtime/Go/src/antlr/lexer_action.go b/runtime/Go/src/antlr/LexerAction.go similarity index 100% rename from runtime/Go/src/antlr/lexer_action.go rename to runtime/Go/src/antlr/LexerAction.go diff --git a/runtime/Go/src/antlr/lexer_action_executor.go b/runtime/Go/src/antlr/LexerActionExecutor.go similarity index 100% rename from runtime/Go/src/antlr/lexer_action_executor.go rename to runtime/Go/src/antlr/LexerActionExecutor.go diff --git a/runtime/Go/src/antlr/parser.go b/runtime/Go/src/antlr/Parser.go similarity index 100% rename from runtime/Go/src/antlr/parser.go rename to runtime/Go/src/antlr/Parser.go diff --git a/runtime/Go/src/antlr/parser_atn_simulator.go b/runtime/Go/src/antlr/ParserATNSimulator.go similarity index 100% rename from runtime/Go/src/antlr/parser_atn_simulator.go rename to runtime/Go/src/antlr/ParserATNSimulator.go diff --git a/runtime/Go/src/antlr/parser_rule_context.go b/runtime/Go/src/antlr/ParserRuleContext.go similarity index 100% rename from runtime/Go/src/antlr/parser_rule_context.go rename to runtime/Go/src/antlr/ParserRuleContext.go diff --git a/runtime/Go/src/antlr/prediction_context.go b/runtime/Go/src/antlr/PredictionContext.go similarity index 100% rename from runtime/Go/src/antlr/prediction_context.go rename to runtime/Go/src/antlr/PredictionContext.go diff --git a/runtime/Go/src/antlr/prediction_mode.go b/runtime/Go/src/antlr/PredictionMode.go similarity index 100% rename from runtime/Go/src/antlr/prediction_mode.go rename to runtime/Go/src/antlr/PredictionMode.go diff --git a/runtime/Go/src/antlr/recognizer.go b/runtime/Go/src/antlr/Recognizer.go similarity index 100% rename from runtime/Go/src/antlr/recognizer.go rename to runtime/Go/src/antlr/Recognizer.go diff --git a/runtime/Go/src/antlr/rule_context.go b/runtime/Go/src/antlr/RuleContext.go similarity index 100% rename from runtime/Go/src/antlr/rule_context.go rename to runtime/Go/src/antlr/RuleContext.go diff --git a/runtime/Go/src/antlr/semantic_context.go b/runtime/Go/src/antlr/SemanticContext.go similarity index 100% rename from runtime/Go/src/antlr/semantic_context.go rename to runtime/Go/src/antlr/SemanticContext.go diff --git a/runtime/Go/src/antlr/token.go b/runtime/Go/src/antlr/Token.go similarity index 100% rename from runtime/Go/src/antlr/token.go rename to runtime/Go/src/antlr/Token.go diff --git a/runtime/Go/src/antlr/token_source.go b/runtime/Go/src/antlr/TokenSource.go similarity index 100% rename from runtime/Go/src/antlr/token_source.go rename to runtime/Go/src/antlr/TokenSource.go diff --git a/runtime/Go/src/antlr/token_stream.go b/runtime/Go/src/antlr/TokenStream.go similarity index 100% rename from runtime/Go/src/antlr/token_stream.go rename to runtime/Go/src/antlr/TokenStream.go diff --git a/runtime/Go/src/antlr/trace_listener.go b/runtime/Go/src/antlr/TraceListener.go similarity index 100% rename from runtime/Go/src/antlr/trace_listener.go rename to runtime/Go/src/antlr/TraceListener.go diff --git a/runtime/Go/src/antlr/transition.go b/runtime/Go/src/antlr/Transition.go similarity index 100% rename from runtime/Go/src/antlr/transition.go rename to runtime/Go/src/antlr/Transition.go diff --git a/runtime/Go/src/antlr/tree.go b/runtime/Go/src/antlr/Tree.go similarity index 100% rename from runtime/Go/src/antlr/tree.go rename to runtime/Go/src/antlr/Tree.go diff --git a/runtime/Go/src/antlr/trees.go b/runtime/Go/src/antlr/Trees.go similarity index 100% rename from runtime/Go/src/antlr/trees.go rename to runtime/Go/src/antlr/Trees.go diff --git a/runtime/Go/src/antlr/utils.go b/runtime/Go/src/antlr/Utils.go similarity index 100% rename from runtime/Go/src/antlr/utils.go rename to runtime/Go/src/antlr/Utils.go