You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 29, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
A scripting lanuge that is made to be easy to write and compiled with out errors.
3
3
4
4
## How it works
5
-
The backend of EnLang is based off [python](https://www.python.org/) and when ever you run the script for your project it will convert that into a [Python](https://www.python.org/) script for a one time then run that script and remove it.
5
+
The backend of EnLang is based off [Python](https://www.python.org/) and when ever you run the script for your project it will convert that into a [Python](https://www.python.org/) script for a one time then run that script and remove it.
6
6
7
7
## Getting started
8
8
To get started with [EnLang](https://github.com/HttpAnimation/-EnLang) read [here](https://github.com/HttpAnimation/-EnLang/blob/main/Making%20a%20new%20project/README.md) to make your starting project.
0 commit comments