Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
Updated README to make room for the new mascot
Browse files Browse the repository at this point in the history
  • Loading branch information
alinalihassan committed Jun 11, 2020
1 parent 2f01c39 commit fc015c0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ les\.build/
.mypy_cache/

test.les
.DS_Store
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<p align="center">
<img src="docs/img/logo.png" height="180px" alt="Lesma Programming Language" title="Lesma Programming Language">
<img src="docs/img/logo.svg" height="180px" alt="Lesma Programming Language" title="Lesma Programming Language">
<br><b style="font-size: 24px;">Lesma</b>
</p>

___
Expand All @@ -8,7 +9,7 @@ ___
[![CircleCI](https://circleci.com/gh/hassanalinali/Lesma/tree/master.svg?style=shield)](https://circleci.com/gh/hassanalinali/Lesma/tree/master)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/90fcc06be70d4dd98f54f1bb2713d70c)](https://www.codacy.com/app/hassanalinali/Lesma?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=hassanalinali/Lesma&amp;utm_campaign=Badge_Grade)

**Lesma** is a compiled, statically typed, imperative and object-oriented programming language with a focus on expressiveness, elegancy, and simplicity, while not sacrificing on performance. The compiler is written in Python using LLVM as a backend.
**Lesma** is a compiled, statically typed, imperative and object-oriented programming language with a focus on expressiveness, elegancy, and simplicity, while not sacrificing on performance.

## Features
- **it's fast**, because it should be so, together with LLVM's state of the art optimizations, but it won't ever oblige you to make an extra effort from your side just for the sake of performance
Expand Down
Binary file removed docs/img/logo.png
Binary file not shown.
1 change: 1 addition & 0 deletions docs/img/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<p align="center">
<img src="img/logo.png" height="180px" alt="Lesma Programming Language" title="Lesma Programming Language">
<img src="docs/img/logo.svg" height="180px" alt="Lesma Programming Language" title="Lesma Programming Language">
<br><b style="font-size: 24px;">Lesma</b>
</p>

___
Expand Down

0 comments on commit fc015c0

Please sign in to comment.