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