13#ifndef NSBACI_COMPILERSERVICEFACTORY_H
14#define NSBACI_COMPILERSERVICEFACTORY_H
24struct NsbaciCompiler {
25 explicit NsbaciCompiler() =
default;
35class CompilerServiceFactory {
37 CompilerServiceFactory() =
default;
43 ~CompilerServiceFactory() =
default;
service for compiling nsbaci (or maybe other stuff in the future) source code.
Definition compilerService.h:61
CompilerService class declaration for nsbaci.
Factories namespace for nsbaci.
Definition compilerServiceFactory.cpp:12
Definition compilerServiceFactory.h:24