From 38942c34a497a4c6edf080dc64440c1bc486fc46 Mon Sep 17 00:00:00 2001 From: Elis Eriksson Date: Sat, 20 Jun 2026 20:12:29 +0200 Subject: Pattern matching optimizer and more it's not the best optimizer but it works. Also added a -ast_dump flag which dumps the AST to stderr. Also input is now done in raw mode just because it can be. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3ab27f6..b6de465 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,11 @@ Just one command: Just one more command: -`cat file.bf | ./build/bfc > output` +`cat input.bf | ./build/bfc > output` + +or: + +`echo "bf string" | ./build/bfc > output` Then running the program is as simple as: -- cgit v1.3-7-ge9ab