From c4cae690deddcb8a7fc6a537816e832525ca0e86 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 31 Aug 2016 20:05:10 +0000 Subject: Develop runtime --- value.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'value.h') diff --git a/value.h b/value.h index 71d5101..7d85d3c 100644 --- a/value.h +++ b/value.h @@ -1,5 +1,6 @@ #pragma once #include +#include "token.h" class Value { public: @@ -8,7 +9,7 @@ class Value { String }; - Value(std::string& lexeme); + Value(Token& token); const Value::Type getType() const; const int getIntData() const; const std::string& getStrData() const; -- cgit v1.3