added readme template

This commit is contained in:
2026-05-20 17:35:42 -05:00
parent 224939feaf
commit 86113d9573

View File

@@ -0,0 +1,40 @@
# foreignthon-{code}
{language} language pack for ForeignThon.
## Install
```bash
pip install foreignthon foreignthon-{code}
```
## Usage
```py
# main.{code}.py
{hello_world}
fpy run main.{code}.py
```
## What's translated
- **Keywords** — {keywords}
- **Builtins** — {builtins}
- **Exceptions** — {exceptions}
- **Stdlib** — {stdlib}
{postfix_section}
## Documentation
→ https://foreignthon.keshavanand.net/
## Contributing
Found a missing translation or a better keyword choice? Open an issue or PR — no core access needed.
## License
GPL