diff options
Diffstat (limited to 'development/qbe/slack-desc')
-rw-r--r-- | development/qbe/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/qbe/slack-desc b/development/qbe/slack-desc new file mode 100644 index 0000000000000..a9a4109140455 --- /dev/null +++ b/development/qbe/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +qbe: qbe (a compiler backend) +qbe: +qbe: QBE is a compiler backend that aims to provide 70% of the performance +qbe: of industrial optimizing compilers in 10% of the code. +qbe: +qbe: QBE fosters language innovation by offering a compact user-friendly +qbe: and performant backend. The size limit constrains QBE to focus on the +qbe: essential and prevents embarking on a never-ending path of diminishing +qbe: returns. +qbe: +qbe: https://c9x.me/compile/ |