diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2026-01-13 15:25:34 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-13 15:25:34 -0500 |
| commit | 291bec344a99cd4a4874117d31fa1c66194fa81e (patch) | |
| tree | fa1388af5580a1ca3a926d003122574d67640a2e /willow/docs/doxygen/mainpage.md | |
| parent | ad744d11a70136459256f28380ec99c9274fb77d (diff) | |
| download | compiler-291bec344a99cd4a4874117d31fa1c66194fa81e.tar.gz | |
[willow]: documentation cleanup (#4)
Diffstat (limited to 'willow/docs/doxygen/mainpage.md')
| -rw-r--r-- | willow/docs/doxygen/mainpage.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/willow/docs/doxygen/mainpage.md b/willow/docs/doxygen/mainpage.md new file mode 100644 index 0000000..87ccebd --- /dev/null +++ b/willow/docs/doxygen/mainpage.md @@ -0,0 +1,8 @@ +# Introduction + +Willow is a small library and intermediate representation for building +optimizing compilers. + +## Status + +Currently incomplete, and not ready for an initial release. |