Platskript transpiler toolchain (v0.2.5) that compiles Flemish dialect keyword code to Python. Active development with monthly releases. Key differentiator: supports 7 Flemish dialects for commands and error messages. Distributed as a Python package via PyPI, with a thin npm wrapper for Node.js (>=18) users. Includes interactive REPL, project scaffolding, syntax checking, and a browser playground via Pyodide.
npm install vlaamscodexNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates using the PlatsCompiler to compile and execute Platskript code from a string, with a function definition and invocation.
Install the Python package via pip for full CLI functionality: pip install vlaamscodex
Install Python 3.10+ and add to PATH, or use the browser playground via Pyodide.
Use English command 'plats run' or install the Python package.
Monitor PyPI for updates; the npm wrapper is a thin mirror.
Update Platskript source to use new keyword mappings or check release notes for dialect changes.
Ensure Python 3.10+ is installed and accessible.
Install Python 3.10+ from python.org and add to PATH, or use the browser playground.
Use correct spelling: 'maak funksie' for function definition. Check dialect mappings.
Upgrade to >=0.2.0 or use compiler.transpile() instead.
No dependency data recorded yet.