Blang/src/mkg1m/assemble.hpp

7 lines
166 B
C++
Raw Normal View History

2015-07-03 16:58:15 +02:00
#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