Gyoji Compiler
Loading...
Searching...
No Matches
src
cmdline
jformat-identity.hpp
1
#pragma once
2
3
#include <gyoji-frontend.hpp>
4
5
namespace
Gyoji::cmdline {
6
using namespace
Gyoji::frontend::ast
;
7
13
class
JFormatIdentity
{
14
public
:
15
JFormatIdentity
();
16
~JFormatIdentity
();
17
int
process(
const
SyntaxNode
& file);
18
};
19
};
Gyoji::cmdline::JFormatIdentity
Definition
jformat-identity.hpp:13
Gyoji::frontend::ast::SyntaxNode
Weakly-typed syntax node.
Definition
syntax-node.hpp:55
Gyoji::frontend::ast
Abstract syntax tree.
Definition
syntax-node.hpp:22
Generated by
1.9.8