summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2023-11-03 15:12:24 -0400
committerXavier Claessens <xclaesse@gmail.com>2024-03-15 11:38:54 -0400
commitf41a95ddf28317abf9b58f913e1650a006c26c76 (patch)
tree75a72d2e57986a043b36a1000253438d96a3f078 /docs/markdown/snippets
parent3afbe042afbdd48d73853b2087bb1d88a2afa753 (diff)
downloadmeson-f41a95ddf28317abf9b58f913e1650a006c26c76.tar.gz
compilers: Every compiler can run code
Compiling and linking code is part of the Compiler base class, there is no reason it cannot also run executables.
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/compiler_run.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/snippets/compiler_run.md b/docs/markdown/snippets/compiler_run.md
new file mode 100644
index 000000000..f4b0847a5
--- /dev/null
+++ b/docs/markdown/snippets/compiler_run.md
@@ -0,0 +1,4 @@
+## compiler.run() method is now available for all languages
+
+It used to be only implemented for C-like and D languages, but it is now available
+for all languages.