diff options
author | Dave Gauer <dave@ratfactor.com> | 2023-03-03 02:57:36 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-04 08:06:25 +0700 |
commit | 3bf3d1cb74d437d37911bf114f117c319ccc8d3b (patch) | |
tree | 7ee5f62f1738debb977e4d28e88a59b1c61968ef /development/qbe/slack-desc | |
parent | 150cae9185f731d84d03b307f25a8155048b977e (diff) |
development/qbe: Added (a compiler backend)
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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/ |