Go to the source code of this file.
Functions | |
void | compile (char *filename, char *defines) |
int | doesexist (char *file) |
void | parse (char *file, char *defines, parsex **sp_tree, parsex **im_tree, int spec_only) |
symboltable * | copy_use_files (symboltable *use_files, char *rootfile) |
void | addusefile (char *name) |
int | main (int argc, char *argv[]) |
|
|
|
|
|
|
|
|
|
|
|
Main function for compiled pearl simulations. Provides a frontend interface and loads and executes the simulation.
|