From 37da63640924937b90ea8c1a6a0c6e7318788ed5 Mon Sep 17 00:00:00 2001 From: Ben Culkin Date: Wed, 8 Nov 2023 19:16:08 -0500 Subject: Initial commit --- .../winot-core/target/classes/META-INF/MANIFEST.MF | 5 ++++ .../maven/com.ashardalon/winot-core/pom.properties | 7 +++++ .../maven/com.ashardalon/winot-core/pom.xml | 29 +++++++++++++++++++++ .../com/ashardalon/winot/core/TokenType.class | Bin 0 -> 1314 bytes .../com/ashardalon/winot/core/WinotApp.class | Bin 0 -> 4543 bytes .../com/ashardalon/winot/core/WinotContext.class | Bin 0 -> 313 bytes .../com/ashardalon/winot/core/WinotMainMode.class | Bin 0 -> 6740 bytes .../com/ashardalon/winot/core/package-info.class | Bin 0 -> 131 bytes winot/winot-core/target/classes/module-info.class | Bin 0 -> 222 bytes 9 files changed, 41 insertions(+) create mode 100644 winot/winot-core/target/classes/META-INF/MANIFEST.MF create mode 100644 winot/winot-core/target/classes/META-INF/maven/com.ashardalon/winot-core/pom.properties create mode 100644 winot/winot-core/target/classes/META-INF/maven/com.ashardalon/winot-core/pom.xml create mode 100644 winot/winot-core/target/classes/com/ashardalon/winot/core/TokenType.class create mode 100644 winot/winot-core/target/classes/com/ashardalon/winot/core/WinotApp.class create mode 100644 winot/winot-core/target/classes/com/ashardalon/winot/core/WinotContext.class create mode 100644 winot/winot-core/target/classes/com/ashardalon/winot/core/WinotMainMode.class create mode 100644 winot/winot-core/target/classes/com/ashardalon/winot/core/package-info.class create mode 100644 winot/winot-core/target/classes/module-info.class (limited to 'winot/winot-core/target/classes') diff --git a/winot/winot-core/target/classes/META-INF/MANIFEST.MF b/winot/winot-core/target/classes/META-INF/MANIFEST.MF new file mode 100644 index 0000000..0276670 --- /dev/null +++ b/winot/winot-core/target/classes/META-INF/MANIFEST.MF @@ -0,0 +1,5 @@ +Manifest-Version: 1.0 +Built-By: bjcul +Build-Jdk: 18.0.1 +Created-By: Maven Integration for Eclipse + diff --git a/winot/winot-core/target/classes/META-INF/maven/com.ashardalon/winot-core/pom.properties b/winot/winot-core/target/classes/META-INF/maven/com.ashardalon/winot-core/pom.properties new file mode 100644 index 0000000..242b22b --- /dev/null +++ b/winot/winot-core/target/classes/META-INF/maven/com.ashardalon/winot-core/pom.properties @@ -0,0 +1,7 @@ +#Generated by Maven Integration for Eclipse +#Wed Oct 25 19:34:06 EDT 2023 +artifactId=winot-core +groupId=com.ashardalon +m2e.projectLocation=C\:\\Users\\bjcul\\eclipse-workspace\\winot\\winot-core +m2e.projectName=winot-core +version=0.0.1-SNAPSHOT diff --git a/winot/winot-core/target/classes/META-INF/maven/com.ashardalon/winot-core/pom.xml b/winot/winot-core/target/classes/META-INF/maven/com.ashardalon/winot-core/pom.xml new file mode 100644 index 0000000..71ac2c5 --- /dev/null +++ b/winot/winot-core/target/classes/META-INF/maven/com.ashardalon/winot-core/pom.xml @@ -0,0 +1,29 @@ + + 4.0.0 + + com.ashardalon + winot + 0.0.1-SNAPSHOT + + winot-core + Core for Winot language + Contains the core for using the Winot language + + + + bjc + BJC-Utils2 + 2.0-SNAPSHOT + + + bjc + JPratt + 0.0.2-SNAPSHOT + + + io.github.bculkin2442 + esodata + 2.0-SNAPSHOT + + + \ No newline at end of file diff --git a/winot/winot-core/target/classes/com/ashardalon/winot/core/TokenType.class b/winot/winot-core/target/classes/com/ashardalon/winot/core/TokenType.class new file mode 100644 index 0000000..cd5d9e7 Binary files /dev/null and b/winot/winot-core/target/classes/com/ashardalon/winot/core/TokenType.class differ diff --git a/winot/winot-core/target/classes/com/ashardalon/winot/core/WinotApp.class b/winot/winot-core/target/classes/com/ashardalon/winot/core/WinotApp.class new file mode 100644 index 0000000..a2fc97d Binary files /dev/null and b/winot/winot-core/target/classes/com/ashardalon/winot/core/WinotApp.class differ diff --git a/winot/winot-core/target/classes/com/ashardalon/winot/core/WinotContext.class b/winot/winot-core/target/classes/com/ashardalon/winot/core/WinotContext.class new file mode 100644 index 0000000..15ae22b Binary files /dev/null and b/winot/winot-core/target/classes/com/ashardalon/winot/core/WinotContext.class differ diff --git a/winot/winot-core/target/classes/com/ashardalon/winot/core/WinotMainMode.class b/winot/winot-core/target/classes/com/ashardalon/winot/core/WinotMainMode.class new file mode 100644 index 0000000..90a0570 Binary files /dev/null and b/winot/winot-core/target/classes/com/ashardalon/winot/core/WinotMainMode.class differ diff --git a/winot/winot-core/target/classes/com/ashardalon/winot/core/package-info.class b/winot/winot-core/target/classes/com/ashardalon/winot/core/package-info.class new file mode 100644 index 0000000..54aba6e Binary files /dev/null and b/winot/winot-core/target/classes/com/ashardalon/winot/core/package-info.class differ diff --git a/winot/winot-core/target/classes/module-info.class b/winot/winot-core/target/classes/module-info.class new file mode 100644 index 0000000..254dd2c Binary files /dev/null and b/winot/winot-core/target/classes/module-info.class differ -- cgit v1.2.3