Skip to content
This repository was archived by the owner on Nov 16, 2021. It is now read-only.

Commit 3ea10ab

Browse files
author
Glitch
committed
Final README (For now)
1 parent f4262d1 commit 3ea10ab

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

README.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,25 @@
1-
# PyScript
2-
##### The Unoffical and Offical Language coded by @JBYT27
1+
<h1 align = "center"> PyScript </h1>
2+
<h5 align = "center"> The Unoffical and Offical Language coded by @JBYT27</h5>
3+
4+
<br>
35

46
## About the language
5-
####
7+
#### PyScript is a PL *(programming language)*; `Python` combined with `JavaScript`. The syntax is a bit wobbled up, but it's basically `JavaScript` syntax and `Python` syntax mashed together. Like I said, it's wobbled up because they don't really fit, __`whitespace`__ *vs* __`brackets`__. For more info about the syntax, you can visit the docs (below). The language is meant to be a scripting language combined with a bit of `OOP`* Language as well. So it's mostly a `Scripting` Language, bit then again, it can be used as an `OOP` Language.
8+
9+
<br>
610

711
## Code of Conduct
8-
#### Please view the `CODE_OF_CONDUCT` README!
12+
#### Please view the [`CODE_OF_CONDUCT`](https://github.com/PyScript-Language/PyScript-Compiler/blob/master/CODE_OF_CONDUCT.md) README!
13+
14+
<br>
15+
16+
## License
17+
#### Please view the [`LICENSE`](https://github.com/PyScript-Language/PyScript-Compiler/blob/master/LICENSE) for more!
18+
19+
<br>
920

1021
## PyScript Docs
1122
#### The docs are located in a separate repo/repl, but the link is [here](https://pyscript-docs.jbloves27.repl.co)
12-
> Note that it might take a long time to load.
23+
> Note that it might take a long time to load as it is coded in reactjs.
24+
25+
##### * OOP stands for Object-Oriented-Programming

0 commit comments

Comments
 (0)