From 014359cda64609fe52432b254e8a462a616019f8 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 6 Dec 2024 18:21:02 +0200 Subject: show usage for examples --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bf5588..5aa4777 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,13 @@ as of yet unimplemented. ## Examples -See `examples/`. +See `examples/`. Currently `fwd` just outputs the C++, so a 'full' compilation +sequence would be something like + +``` +fwd examples/uniq.fwd > /tmp/output.cpp +g++ -Ilib -std=c++20 /tmp/output.cpp -o /tmp/output +``` ## Current state -- cgit v1.2.3