hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
|
#include <hobbes/parse/data.H>
#include <hobbes/lang/pat/pattern.H>
#include <iostream>
#include <vector>
#include <map>
#include <set>
Go to the source code of this file.
Classes | |
struct | hobbes::terminal |
class | hobbes::character |
class | hobbes::symbol |
class | hobbes::endOfFile |
struct | hobbes::prec |
Namespaces | |
hobbes | |
hobbes::assoc | |
Typedefs | |
typedef std::vector< terminal * > | hobbes::terminals |
typedef std::set< terminal * > | hobbes::terminalset |
typedef std::map< terminal *, prec > | hobbes::precedence |
Enumerations | |
enum | hobbes::assoc::pref { hobbes::assoc::non, hobbes::assoc::left, hobbes::assoc::right } |