Commit af67092 1 parent 9ed02a3 commit af67092 Copy full SHA for af67092
File tree 1 file changed +21
-5
lines changed
1 file changed +21
-5
lines changed Original file line number Diff line number Diff line change 1
- ![ ] ( https://img.shields.io/badge/version-0.4.2--alpha-red )
2
- ![ https://www.apache.org/licenses/LICENSE-2.0 ] ( https://img.shields.io/badge/license-apache--2.0-blue )
3
- [ ![ Maintainability Rating] ( https://sonarcloud.io/api/project_badges/measure?project=ArgonLang_Argon&metric=sqale_rating )] ( https://sonarcloud.io/summary/new_code?id=ArgonLang_Argon )
4
- [ ![ Bugs] ( https://sonarcloud.io/api/project_badges/measure?project=ArgonLang_Argon&metric=bugs )] ( https://sonarcloud.io/summary/new_code?id=ArgonLang_Argon )
5
- [ ![ Lines of Code] ( https://sonarcloud.io/api/project_badges/measure?project=ArgonLang_Argon&metric=ncloc )] ( https://sonarcloud.io/summary/new_code?id=ArgonLang_Argon )
1
+ <p align =" center " >
2
+ <img alt =" Argon Logo " height =" 250px " src =" https://raw.githubusercontent.com/ArgonLang/argon-web/main/static/img/logo.svg " >
3
+ </p >
4
+
5
+ <p align =" center " >
6
+ <a href="https://img.shields.io/badge/version-0.4.2--alpha-red">
7
+ <img src="https://img.shields.io/badge/version-0.4.2--alpha-red" alt="Version 0.4.2-alpha">
8
+ </a>
9
+ <a href="https://www.apache.org/licenses/LICENSE-2.0">
10
+ <img src="https://img.shields.io/badge/license-apache--2.0-blue" alt="Apache License 2.0">
11
+ </a>
12
+ <a href="https://sonarcloud.io/summary/new_code?id=ArgonLang_Argon">
13
+ <img src="https://sonarcloud.io/api/project_badges/measure?project=ArgonLang_Argon&metric=sqale_rating" alt="Maintainability Rating">
14
+ </a>
15
+ <a href="https://sonarcloud.io/summary/new_code?id=ArgonLang_Argon">
16
+ <img src="https://sonarcloud.io/api/project_badges/measure?project=ArgonLang_Argon&metric=bugs" alt="Bugs">
17
+ </a>
18
+ <a href="https://sonarcloud.io/summary/new_code?id=ArgonLang_Argon">
19
+ <img src="https://sonarcloud.io/api/project_badges/measure?project=ArgonLang_Argon&metric=ncloc" alt="Lines of Code">
20
+ </a>
21
+ </p >
6
22
7
23
# The Argon Programming Language
8
24
This is the main repository for Argon language. It contains interpreter and builtins libraries.
You can’t perform that action at this time.
0 commit comments