Kumi
6add03fe4e
Introduced the Deuthon language interpreter for parsing and executing code written with German-like syntax in Python. Added infrastructure files, including a .gitignore, LICENSE, and pyproject.toml, defining the project setup and metadata. Implemented core modules to handle the language-specific logic, such as token transformations, custom import hooks, and wrappers for standard library modules with German names. This foundation enables the development and testing of Deuthon scripts, laying the groundwork for future enhancements and community contributions.
4 lines
34 B
Text
4 lines
34 B
Text
venv/
|
|
*.pyc
|
|
__pycache__/
|
|
.vscode/
|