Added ParsePrimary (base of call stack)
This commit is contained in:
@@ -23,7 +23,7 @@ namespace LXC::AST
|
||||
class IntLiteral final : public NodeValue
|
||||
{
|
||||
public:
|
||||
IntLiteral(std::string& value);
|
||||
IntLiteral(const std::string_view& value);
|
||||
|
||||
private:
|
||||
// Yes numbers are stored as strings //
|
||||
@@ -73,7 +73,7 @@ namespace LXC::AST
|
||||
class VarAccess final : public NodeValue
|
||||
{
|
||||
public:
|
||||
VarAccess(Identifier& name);
|
||||
VarAccess(const Identifier& name);
|
||||
|
||||
private:
|
||||
// The name of the variable //
|
||||
|
||||
Reference in New Issue
Block a user