Lexer done for now, moving on to ast
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
/// AUTOGENERATED COPYRIGHT HEADER START
|
||||
// Copyright (C) 2024 Michael Fabian 'Xaymar' Dirks <info@xaymar.com>
|
||||
// AUTOGENERATED COPYRIGHT HEADER END
|
||||
/*
|
||||
#include "parser.hpp"
|
||||
#include "ast/function.hpp"
|
||||
#include <iostream>
|
||||
@@ -111,3 +112,4 @@ std::unique_ptr<blitz::ast::DecimalExpression> blitz::parser::parse_decimal(blit
|
||||
|
||||
return std::make_unique<blitz::ast::DecimalExpression>(parsed);
|
||||
}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user