diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |