blob: 9d65e0e580b5e59b44904582362afd4ca1e1f0fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
*/
#ifndef ADASUPPORT_H
#define ADASUPPORT_H
#include <string>
#include "AdaAST.hpp"
std::string text (const RefAdaAST& n);
int txteq (RefAdaAST n1, RefAdaAST n2);
#endif
|