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