diff options
author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-12-06 18:21:02 +0200 |
---|---|---|
committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-12-06 18:21:02 +0200 |
commit | 014359cda64609fe52432b254e8a462a616019f8 (patch) | |
tree | f77efe4e11293dc6ae81d71a2dae47285ccb8d06 /README.md | |
parent | c00a53304727931cc1e55bc6d6ea2694c62abb95 (diff) | |
download | fwd-014359cda64609fe52432b254e8a462a616019f8.tar.gz fwd-014359cda64609fe52432b254e8a462a616019f8.zip |
show usage for examples
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 |