now makefile is done. later tinylang will have its own header as interpreter

This commit is contained in:
kin fuyuki 2025-12-04 18:51:12 -03:00
commit 4be646e7cb
No known key found for this signature in database
GPG key ID: 0E4E8E519FB71401

View file

@ -2,7 +2,6 @@
#include <string>
#include <fstream>
#include <map>
#include "term.h"
std::string get(std::string);
std::map<std::string,std::string> variables;
std::map<std::string,int> functions;