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