summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorGrzegorz Adam Hankiewicz <gradha@imap.cc>2014-06-26 12:15:26 +0200
committerGrzegorz Adam Hankiewicz <gradha@imap.cc>2014-06-26 12:21:42 +0200
commitb8982b78d032c25192b639971e671e35b7fe5a10 (patch)
treeeae13114bf6582c4560934b2e891366a2d318811 /doc
parent6ca24cd246a38bf353219f38e1725baf982c9f6e (diff)
downloadNim-b8982b78d032c25192b639971e671e35b7fe5a10.tar.gz
Rewords C derivate backend. Refs #1299.
Diffstat (limited to 'doc')
-rw-r--r--doc/backends.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/backends.txt b/doc/backends.txt
index 8e16502e7..6e77dfb3c 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