Implement MaMa machine

This commit is contained in:
Jan-Niclas Loosen
2025-10-17 16:45:50 +02:00
parent ba7996a01e
commit 5b3cc31fb8
11 changed files with 431 additions and 0 deletions

10
.idea/Construction-of-Compilers.iml generated Normal file
View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.venv" />
</content>
<orderEntry type="jdk" jdkName="Python 3.13 (Construction-of-Compilers)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>