From 1d265cfc954eea55f0127804f970b4a8b4176a78 Mon Sep 17 00:00:00 2001 From: servostar Date: Fri, 19 Jul 2024 21:28:38 +0200 Subject: [PATCH] added badges and descriptive header to README.md --- README.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f6761a5..fd72384 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,21 @@ -
- +
gemstone logo - +
+

+ Open source programming language compiler based on LLVM, GLib and GNU Bison/Flex +
+ capable of multi target cross compilation powered by simple build system. +

+
+ + + + +
-
-## Gemstone +## About Gemstone is a programming language compiler (short: GSC) written in C based on flex and GNU bison. It uses LLVM to produce optimized native binaries for many platforms and uses its own builtin build system for more complex project management.