Initial commit

This commit is contained in:
2019-12-19 00:49:58 +01:00
commit 35284e1e9a
125 changed files with 26235 additions and 0 deletions

2
.mps/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
# Default ignored files
/workspace.xml

7
.mps/migration.xml Normal file
View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="MigrationProperties">
<entry key="jetbrains.mps.ide.mpsmigration.v191.SaveAllJavaStubMethodRefsToShortForeignFormat" value="executed" />
<entry key="jetbrains.mps.ide.mpsmigration.v191.UpdateJavaStubMethodRefs" value="executed" />
</component>
</project>

6
.mps/misc.xml Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="MPSFavoritesManager">
<option name="keepMe" value="true" />
</component>
</project>

9
.mps/modules.xml Normal file
View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="MPSProject">
<projectModules>
<modulePath path="$PROJECT_DIR$/languages/dynamicc/dynamicc.mpl" folder="" />
<modulePath path="$PROJECT_DIR$/languages/dynamicc/sandbox/dynamicc.sandbox.msd" folder="" />
</projectModules>
</component>
</project>