finish-mds for full project #3

Merged
KeshavAnandCode merged 5 commits from finish-mds into main 2026-05-21 14:42:25 +00:00
3 changed files with 2 additions and 3 deletions
Showing only changes of commit 7555636306 - Show all commits

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 |