2026-07-25 23:01:18 +02:00
|
|
|
#include "bscript/compiler/ast/Value.h"
|
2020-08-17 22:53:03 -07:00
|
|
|
|
|
|
|
|
namespace Pol::Bscript::Compiler
|
|
|
|
|
{
|
|
|
|
|
Value::Value( const SourceLocation& source_location ) : Expression( source_location ) {}
|
|
|
|
|
|
|
|
|
|
} // namespace Pol::Bscript::Compiler
|