#include "pdl.h"
#include "pdl_rule.h"
Go to the source code of this file.
Data Structures | |
struct | var_s |
Structure keeps track of the variables, their value and the line number they are defined on. More... | |
Typedefs | |
typedef var_s | var_t |
Structure keeps track of the variables, their value and the line number they are defined on. More... |
All functions listed in here are accessible and usable for external "modules".
Definition in file pdl_variable.h.
|
Structure keeps track of the variables, their value and the line number they are defined on.
|