fixed some bugs

This commit is contained in:
2026-05-21 14:40:58 +00:00
parent 943791cb07
commit 7555636306
3 changed files with 2 additions and 3 deletions

View File

@@ -92,4 +92,4 @@ fpy pack custom.json
Once your `custom.json` is complete and working, you can turn it into a proper `foreignthon-xx` package on PyPI so others can install it with `pip install foreignthon-xx`.
See [Contributing → Language Packs](contributing/language-packs.md) for the full guide. Custom Packs
See [Contributing → Language Packs](contributing/language-packs.md) for the full guide.

View File

@@ -1 +0,0 @@
# Coming soon

View File

@@ -84,4 +84,4 @@ Which keywords get rewritten is controlled by the `postfix_keywords` list in the
| Direction | Mechanism | Controlled by |
|---|---|---|
| Input (writing `.xx.py`) | `@@` in source | Always available for any keyword |
| Output (`fpy decompile --postfix`) | Pack's `postfix_keywords` | Language pack author | Postfix Syntax
| Output (`fpy decompile --postfix`) | Pack's `postfix_keywords` | Language pack author |