mirror of
https://github.com/jorenchik/mdemory.git
synced 2026-03-22 00:26:21 +00:00
5 lines
109 B
C++
5 lines
109 B
C++
#include "result.h"
|
|
#include "parser.h"
|
|
|
|
Result<ParseInfo> transpile(std::string fileContent, bool isDebug);
|