mirror of
https://github.com/hazemKrimi/jack-vm-translator.git
synced 2026-05-01 18:00:27 +00:00
chore: improve input and output paths handling
This commit is contained in:
+4
-2
@@ -1,4 +1,6 @@
|
||||
#include <string>
|
||||
|
||||
bool isEmptyLine(std::string);
|
||||
bool isComment(std::string);
|
||||
bool isEmptyLine(const std::string&);
|
||||
bool isComment(const std::string&);
|
||||
std::string getFileNameFromPath(const std::string&);
|
||||
std::string getOutputPath(const std::string&);
|
||||
|
||||
Reference in New Issue
Block a user