add a readme and a license to the extension and the docs

This commit is contained in:
afonya 2025-06-18 17:36:03 +02:00
parent 1ccc95517f
commit cb93fa917a
Signed by: afonya
GPG key ID: EBB9C4CAFAAFB2DC
7 changed files with 68 additions and 1 deletions

7
docs/LICENSE Normal file
View file

@ -0,0 +1,7 @@
Copyright 2025 Afonya
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

26
docs/README.md Normal file
View file

@ -0,0 +1,26 @@
# Astro Lang Docs
Egy magyar + GenZ programozási nyelv
---
## Miben jobb:
- többszavas változók
- magyar kulcsszavak
- teljes értékű dokumentáció
- Rustban írt
---
## Példa:
```asl
gethelj a = 10
ugass(a)
```
---
Weboldal és dokumentáció: [itt](https://astrolang.afonyanet.hu)
Kiadások: [itt](https://git.afonyanet.hu/afonya/AstroLang/releases)
Licensz: MIT

1
extension/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
build/

7
extension/LICENSE Normal file
View file

@ -0,0 +1,7 @@
Copyright 2025 Afonya
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

26
extension/README.md Normal file
View file

@ -0,0 +1,26 @@
# Astro Lang Extension
Egy magyar + GenZ programozási nyelv
---
## Miben jobb:
- többszavas változók
- magyar kulcsszavak
- teljes értékű dokumentáció
- Rustban írt
---
## Példa:
```asl
gethelj a = 10
ugass(a)
```
---
Weboldal és dokumentáció: [itt](https://astrolang.afonyanet.hu)
Kiadások: [itt](https://git.afonyanet.hu/afonya/AstroLang/releases)
Licensz: MIT

View file

@ -2,7 +2,7 @@
"name": "astrolang-extension",
"displayName": "Astro Lang",
"icon": "asl.png",
"version": "1.0.0",
"version": "1.0.1",
"description": "The extension for Astro Lang",
"license": "MIT",
"author": "Afonya",