Grindstone Game Engine
v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
Parser.hpp
1
#pragma once
2
3
#include <set>
4
#include <filesystem>
5
6
#include <PipelineSet/Log.hpp>
7
#include "Token.hpp"
8
#include "ParseTree.hpp"
9
10
bool
ParsePipelineSet(LogCallback logCallback,
const
std::filesystem::path& path, TokenList& scannerTokens,
ParseTree
& outParseData, std::set<std::filesystem::path>& unprocessedFiles);
ParseTree
Definition
ParseTree.hpp:18
sources
code
Plugins
EditorPipelineSetImporter
PipelineSet
Converter
Parser.hpp
Generated by
1.13.2