Skip to content

Commit

Permalink
installer code + batch update
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Lind committed Jul 3, 2023
1 parent 55b6ff4 commit 6af2bef
Show file tree
Hide file tree
Showing 11 changed files with 188 additions and 3 deletions.
2 changes: 2 additions & 0 deletions TuringMachineLanguage.iml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/application" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/assets" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
184 changes: 184 additions & 0 deletions application/TuringMachineLanguage.aip

Large diffs are not rendered by default.

Binary file added assets/logo.ico
Binary file not shown.
Binary file added assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
5 changes: 2 additions & 3 deletions src/tm.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
@echo off

if "%~1"=="" (
java -classpath "C:\Program Files (x86)\T-Lind\Turing Machine Language" org.tlind.turingmachine.TuringInterpreter
java -classpath "%TML_PATH%" com.github.tlind.turingmachine.TuringInterpreter
) else (
java -classpath "C:\Program Files (x86)\T-Lind\Turing Machine Language" org.tlind.turingmachine.TuringInterpreter %1
java -classpath "%TML_PATH%" com.github.tlind.turingmachine.TuringInterpreter %1
)

0 comments on commit 6af2bef

Please sign in to comment.