No description
Find a file
Kumi 88bd156316
feat(dictionary): streamline translation mappings
Removed the duplicate translation mapping for "from" in the Deuthon dictionary, consolidating under "aus" to avoid redundancy and enhance consistency. This change streamlines translation mappings, facilitating easier maintenance and clarity in code translation processes.
2024-05-26 21:01:50 +02:00
src/deuthon feat(dictionary): streamline translation mappings 2024-05-26 21:01:50 +02:00
tests feat(tests): improve type handling in debug output 2024-05-23 12:45:51 +02:00
.gitignore Initial implementation of Deuthon interpreter 2024-01-14 19:44:16 +01:00
LICENSE Initial implementation of Deuthon interpreter 2024-01-14 19:44:16 +01:00
pyproject.toml Initial implementation of Deuthon interpreter 2024-01-14 19:44:16 +01:00
README.md Initial implementation of Deuthon interpreter 2024-01-14 19:44:16 +01:00