From 7555636306bb1e56eb38e3cae6407a557d9c2cb4 Mon Sep 17 00:00:00 2001 From: KeshavAnandCode Date: Thu, 21 May 2026 14:40:58 +0000 Subject: [PATCH] fixed some bugs --- docs/custom-packs.md | 2 +- docs/language-packs.md | 1 - docs/postfix-syntax.md | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 docs/language-packs.md diff --git a/docs/custom-packs.md b/docs/custom-packs.md index 9a671ac..43aa20a 100644 --- a/docs/custom-packs.md +++ b/docs/custom-packs.md @@ -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. diff --git a/docs/language-packs.md b/docs/language-packs.md deleted file mode 100644 index 91f12c9..0000000 --- a/docs/language-packs.md +++ /dev/null @@ -1 +0,0 @@ -# Coming soon diff --git a/docs/postfix-syntax.md b/docs/postfix-syntax.md index d8d230a..a422986 100644 --- a/docs/postfix-syntax.md +++ b/docs/postfix-syntax.md @@ -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 |