Blang/src/mkg1m/assemble.hpp

7 lines
166 B
C++

#ifndef ASSEMBLE_HPP
#define ASSEMBLE_HPP
bool build(std::vector<std::string> input, std::vector<std::string> output, std::map<std::string,int> dictionary);
#endif