@@ -0,0 +1,13 @@
#ifndef TOKEN_H
#define TOKEN_H
class Token {
public:
enum Kind {
integer,
real,
eof
};
#endif
The note is not visible to the blocked user.