diff options
| author | Xavier Claessens <xavier.claessens@collabora.com> | 2023-11-03 15:12:24 -0400 |
|---|---|---|
| committer | Xavier Claessens <xclaesse@gmail.com> | 2024-03-15 11:38:54 -0400 |
| commit | f41a95ddf28317abf9b58f913e1650a006c26c76 (patch) | |
| tree | 75a72d2e57986a043b36a1000253438d96a3f078 /docs/markdown/snippets | |
| parent | 3afbe042afbdd48d73853b2087bb1d88a2afa753 (diff) | |
| download | meson-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.md | 4 |
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. |
