Constant mutation + simplification added
This commit is contained in:
parent
05790afc21
commit
4042798417
9 changed files with 225 additions and 46 deletions
|
|
@ -45,7 +45,7 @@ string make_prototypes() {
|
|||
return prot;
|
||||
}
|
||||
|
||||
// contains variable names, like 'a0', 'a1', etc.
|
||||
// contains variable names, like 'a0', 'a1', etc. or regular code
|
||||
typedef hash_map<Sym, string, HashSym> HashMap;
|
||||
|
||||
HashMap::iterator find_entry(Sym sym, ostream& os, HashMap& map) {
|
||||
|
|
|
|||
Reference in a new issue