1
// =================================
2
// Copyright (c) 2020 Seppo Laakko
3
// Distributed under the MIT license
4
// =================================
5
6
#include <sngcpp/ast/SourceCodeWriter.hpp>
7
#include <sngcpp/parser/ParserApi.hpp>
8
9
void
ParseSourceLine
(
const
std
::
u32string
&
sourceLine
,
sngcpp
::
ast
::
SourceCodeWriter
&
sourceCodeWriter
,
bool
&
inBlockComment
)
;