Continuing the work on the class implementation and the line processing code
[fridhskrift.git] / frith / module.hpp
blob82e17dfcf31a6fe70d0a632c190bd57b5e0530b5
1 #include <string>
2 #include <frith/function.hpp>
4 namespace frith
6 struct module
8 std::string path;
9 symbol_tree_node symbols;
10 function entry_function;