summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlfie Eagleton <67986414+TheAlfanator@users.noreply.github.com>2021-12-14 23:55:11 +0000
committerAlfie Eagleton <67986414+TheAlfanator@users.noreply.github.com>2021-12-14 23:55:11 +0000
commit44844aec87c0307a963a1c1ee3ef26f2650ab301 (patch)
tree6e1b07a3ba69b56a16628459a2e1eed9ba46ea7b /src
parentefe1d46b8ac2d63e2a824956e5e10e17a55e2ce8 (diff)
downloadesotericFORTRAN-44844aec87c0307a963a1c1ee3ef26f2650ab301.tar.gz
esotericFORTRAN-44844aec87c0307a963a1c1ee3ef26f2650ab301.zip
Agile development - Ch5 updates
Diffstat (limited to 'src')
-rw-r--r--src/Compiler/.idea/misc.xml6
-rw-r--r--src/Compiler/.idea/modules.xml8
-rw-r--r--src/Compiler/.idea/vcs.xml6
-rw-r--r--src/Compiler/.idea/workspace.xml33
4 files changed, 53 insertions, 0 deletions
diff --git a/src/Compiler/.idea/misc.xml b/src/Compiler/.idea/misc.xml
new file mode 100644
index 0000000..40674af
--- /dev/null
+++ b/src/Compiler/.idea/misc.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="ProjectRootManager" version="2" languageLevel="JDK_15" project-jdk-name="15" project-jdk-type="JavaSDK">
+ <output url="file://$PROJECT_DIR$/out" />
+ </component>
+</project> \ No newline at end of file
diff --git a/src/Compiler/.idea/modules.xml b/src/Compiler/.idea/modules.xml
new file mode 100644
index 0000000..ca63ec2
--- /dev/null
+++ b/src/Compiler/.idea/modules.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="ProjectModuleManager">
+ <modules>
+ <module fileurl="file://$PROJECT_DIR$/Compiler.iml" filepath="$PROJECT_DIR$/Compiler.iml" />
+ </modules>
+ </component>
+</project> \ No newline at end of file
diff --git a/src/Compiler/.idea/vcs.xml b/src/Compiler/.idea/vcs.xml
new file mode 100644
index 0000000..b2bdec2
--- /dev/null
+++ b/src/Compiler/.idea/vcs.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="VcsDirectoryMappings">
+ <mapping directory="$PROJECT_DIR$/../.." vcs="Git" />
+ </component>
+</project> \ No newline at end of file
diff --git a/src/Compiler/.idea/workspace.xml b/src/Compiler/.idea/workspace.xml
new file mode 100644
index 0000000..56a48e0
--- /dev/null
+++ b/src/Compiler/.idea/workspace.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="ChangeListManager">
+ <list default="true" id="00907318-3381-4b49-a9e1-c4d601fc6923" name="Default Changelist" comment="" />
+ <option name="SHOW_DIALOG" value="false" />
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
+ <option name="LAST_RESOLUTION" value="IGNORE" />
+ </component>
+ <component name="Git.Settings">
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/../.." />
+ </component>
+ <component name="ProjectId" id="22I8Eu9T9oQfEpKBuVvBCZP4z0u" />
+ <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
+ <component name="ProjectViewState">
+ <option name="hideEmptyMiddlePackages" value="true" />
+ <option name="showLibraryContents" value="true" />
+ </component>
+ <component name="PropertiesComponent">
+ <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
+ </component>
+ <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
+ <component name="TaskManager">
+ <task active="true" id="Default" summary="Default task">
+ <changelist id="00907318-3381-4b49-a9e1-c4d601fc6923" name="Default Changelist" comment="" />
+ <created>1639513634954</created>
+ <option name="number" value="Default" />
+ <option name="presentableId" value="Default" />
+ <updated>1639513634954</updated>
+ </task>
+ <servers />
+ </component>
+</project> \ No newline at end of file