schema_editor/comdel/parser/parserutil.h

13 lines
364 B
C
Raw Normal View History

2022-03-29 19:31:45 +00:00
#ifndef PARSERUTIL_H
#define PARSERUTIL_H
#include "parsecontext.h"
#include <domain/library/library.h>
std::optional<Library> loadLibraryFromFile(ParseContext * parseContext,
const char* name,
std::ostream& stream);
#endif // PARSERUTIL_H