polserver/pol-core/bscript/compiler/ast/Value.cpp

8 lines
184 B
C++
Raw Permalink Normal View History

#include "Value.h"
namespace Pol::Bscript::Compiler
{
Value::Value( const SourceLocation& source_location ) : Expression( source_location ) {}
} // namespace Pol::Bscript::Compiler