|
Piethon
1.0
A Python-like interpreter using flex and bison.
|
#include <iosfwd>

Go to the source code of this file.
Classes | |
| union | Value |
| class | Number |
Typedefs | |
| typedef enum Type | Type |
| typedef union Value | Value |
Enumerations | |
| enum | Type { INT, FLOAT } |
| enum Type |
| Enumerator | |
|---|---|
| INT | |
| FLOAT | |
Definition at line 8 of file number.h.
1.8.13