11<p align =" center " >
2- <img src="https://github.com/I-Language-Development/I-language/blob/main/.github/logo-with-text.png" height="100px">
2+ <img src="https://github.com/I-Language-Development/I-language-rust /blob/main/.github/logo-with-text.png" height="100px">
33</p >
44<h3 align =" center " >
5- The I programming language is a high level programming language written in pure python .
5+ The I programming language is a high level programming language written in rust .
66</h3 >
77<p align =" center " >
8- <img src="https://www.codefactor.io/repository/github/i-language-development/i-language/badge">
9- <img src="https://github.com/I-Language-Development/I-language/actions/workflows/pylint.yml/badge.svg">
10- <img src="https://github.com/I-Language-Development/I-language/actions/workflows/ruff.yml/badge.svg">
11- <img src="https://github.com/I-Language-Development/I-language/actions/workflows/bandit.yml/badge.svg">
12- <img src="https://github.com/I-Language-Development/I-language/actions/workflows/pytest.yml/badge.svg">
13- <img src="https://github.com/I-Language-Development/I-language/actions/workflows/mypy.yml/badge.svg">
8+ <img src="https://www.codefactor.io/repository/github/i-language-development/i-language-rust/badge">
9+ <img src="https://github.com/I-Language-Development/I-language/actions/workflows/megalinter.yml/badge.svg">
1410 <img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit">
1511</p >
1612
17- <img src =" https://github.com/I-Language-Development/I-language/blob/main/.github/example-syntax.png?raw=true " width =" 500px " />
13+ <img src =" https://github.com/I-Language-Development/I-language-rust /blob/main/.github/example-syntax.png?raw=true " width =" 500px " />
1814
1915## About this project
2016Have you been dreaming about coding in your perfect programming language?
@@ -25,20 +21,15 @@ Here is the power of some of the best languages combined.
2521### Download from releases
2622Navigate to the releases tab and select the newest release. Download the version fitting your OS and run the installer.
2723
28- ### Pip
29- To install the package via pip, run ` pip install ilanguage ` (The ` pip ` command might be called differently depending on
30- your OS). The installer will be executed automatically. If you use pip to install the package, you will be able to use
31- ` python -m ilanguage ARGUMENTS ` just like ` ilanguage ARGUMENTS ` .
32-
3324### Git
34- To clone the repository locally using git run ` git clone https://github.com/I-Language-Development/I-language.git ` .
25+ To clone the repository locally using git run ` git clone https://github.com/I-Language-Development/I-language-rust .git ` .
3526
3627## Your first program
3728To make a simple hello world program follow the instructions below:
38- 1 . Create a file ending with ` .ilang ` .
39- 2 . Open the file and write ` output("Hello world!") ` to it.
29+ 1 . Create a file ending with ` .il ` .
30+ 2 . Open the file and write ` output("Hello world!"); ` to it.
40313 . Open the path of the file in your terminal and type ` ilanguage FILE ` where ` FILE ` is the name of the file including
41- the ` .ilang ` file extension.
32+ the ` .il ` file extension.
42334 . You should see "Hello world!" in your terminal.
4334
4435That's it! It's literally so easy.
0 commit comments