aboutsummaryrefslogtreecommitdiff
path: root/Parser.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-13 11:13:48 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-13 11:13:48 +0200
commit14e8d8112f0db9575838b40355197b9fc196a6ba (patch)
tree0eee8de89118484e830bf0f7cbba725523db6f60 /Parser.h
parent05cefcf4a77a56b349699331c2c9e5e132e1a7ab (diff)
read filename from argv or contents from stdin
Diffstat (limited to 'Parser.h')
-rw-r--r--Parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Parser.h b/Parser.h
index b6d7bd5..271d0f4 100644
--- a/Parser.h
+++ b/Parser.h
@@ -15,6 +15,7 @@ using std::string;
class Parser {
public:
Parser() = default;
+ Parser(Circuit & circuit);
virtual ~Parser() = default;
void parse(string input);