From 86113d9573fab3fb6cf6683322fa183697f11fa8 Mon Sep 17 00:00:00 2001 From: KeshavAnandCode Date: Wed, 20 May 2026 17:35:42 -0500 Subject: [PATCH] added readme template --- README.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/README.md b/README.md index e69de29..a3df8ac 100644 --- a/README.md +++ b/README.md @@ -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