aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2019-02-27 22:26:35 +0100
committerdec05eba <dec05eba@protonmail.com>2020-07-25 14:36:46 +0200
commit76d85a10f6cda93eba29dad5372e8160af7289c8 (patch)
treecfec3043ec45a5e83494ec109e87c239dad6cc47 /README.md
parent8201cd9f40897cf6b8e6973b28a8661108702ab1 (diff)
Use multiple threads to parse
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index ead55c9..d89a2d5 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,5 @@
-Amalgam is written in c89 C standard to work on as many devices as possible and with many different compilers, which would allow you to compile amalgam with a compiler that generates smaller (static) binaries than gcc
+Amalgam is written in c89 C standard to work on as many devices as possible and with many different compilers,
+which would allow you to compile amalgam with a compiler that generates smaller (static) binaries than gcc.
+
+Amalgam is not meant to be a replacement for any other language but rather a new unique language for programming
+with gpu without writing an external gpu program (glsl/hlsl).