From b8982b78d032c25192b639971e671e35b7fe5a10 Mon Sep 17 00:00:00 2001 From: Grzegorz Adam Hankiewicz Date: Thu, 26 Jun 2014 12:15:26 +0200 Subject: [PATCH] Rewords C derivate backend. Refs #1299. --- doc/backends.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/backends.txt b/doc/backends.txt index 8e16502e7a..6e77dfb3c0 100644 --- a/doc/backends.txt +++ b/doc/backends.txt @@ -24,12 +24,12 @@ platform's C compiler into a static binary. However there are other commands to compile to C++, Objective-C or JavaScript. This document tries to concentrate in a single place all the backend and interfacing options. -The Nimrod compiler supports mainly two backends: the C (and derivate) and the -JavaScript targets. The C target creates source files which can be compiled -into a library or a final executable. The JavaScript target generates a -``.js`` file which you call from an HTML file. On top of generating a library -or executable, Nimrod offers bidirectional interfacing with the backend -targets through generic and specific pragmas. +The Nimrod compiler supports mainly two backend families: the C, C++ and +Objective-C targets and the JavaScript target. `The C like targets`_ creates +source files which can be compiled into a library or a final executable. The +JavaScript target generates a ``.js`` file which you call from an HTML file. +On top of generating a library or executable, Nimrod offers bidirectional +interfacing with the backend targets through generic and specific pragmas. Backends