~repos /plum
git clone https://pyrossh.dev/repos/plum.git
A statically typed, imperative programming language inspired by rust, python
cdc47395
—
Peter John 1 year ago
update readme
- readme.md +1 -3
- static/index.html +0 -47
- static/llama.png +0 -0
readme.md
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
# 👾
|
|
1
|
+
# 👾 Kestrel Programming Language
|
|
2
2
|
|
|
3
3
|
- A statically typed, imperative programming language inspired by rust, koka
|
|
4
4
|
- The compiler users the tree-sitter parser so has out of the box syntax highlighting support for helix and zed editor
|
|
5
5
|
- Plans to be compiled to WASM
|
|
6
|
-
|
|
7
|
-
View the docs here [pacos.dev](https://pacos.dev)
|
static/index.html
DELETED
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html>
|
|
3
|
-
<head>
|
|
4
|
-
<link rel="stylesheet" type="text/css" href="public/main.css" />
|
|
5
|
-
<script src="public/main.js"></script>
|
|
6
|
-
<style>
|
|
7
|
-
body {
|
|
8
|
-
color: #000000;
|
|
9
|
-
font-family: sans-serif;
|
|
10
|
-
font-size: small;
|
|
11
|
-
font-style: italic;
|
|
12
|
-
font-weight: bold;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
table.hh {
|
|
16
|
-
border: 1px solid gray;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
bor {
|
|
20
|
-
border: 1px;
|
|
21
|
-
}
|
|
22
|
-
</style>
|
|
23
|
-
</head>
|
|
24
|
-
<body>
|
|
25
|
-
<div class="bor">
|
|
26
|
-
<table bgcolor="#f0f0f0" cellspacing="0" class="hh">
|
|
27
|
-
<tr>
|
|
28
|
-
<td><img src="/llama.png" align="left" /></td>
|
|
29
|
-
<td>
|
|
30
|
-
<table cellspacing="0">
|
|
31
|
-
<tr>
|
|
32
|
-
<td><b>pyros2097</b></td>
|
|
33
|
-
</tr>
|
|
34
|
-
<tr>
|
|
35
|
-
<td>Gdx Developer</td>
|
|
36
|
-
</tr>
|
|
37
|
-
<tr>
|
|
38
|
-
<td>"Awesomeness we can has"</td>
|
|
39
|
-
</tr>
|
|
40
|
-
</table>
|
|
41
|
-
</td>
|
|
42
|
-
</tr>
|
|
43
|
-
<tr></tr>
|
|
44
|
-
</table>
|
|
45
|
-
</div>
|
|
46
|
-
</body>
|
|
47
|
-
</html>
|
static/llama.png
DELETED
|
Binary file
|