Skip to content

Commit 83dd471

Browse files
committed
General additions/improvements
1 parent de10c60 commit 83dd471

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+2711
-1363
lines changed

.idea/gradle.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 8 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.run/Run Compiler.run.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<component name="ProjectRunConfigurationManager">
22
<configuration default="false" name="Run Compiler" type="Application" factoryName="Application">
33
<option name="MAIN_CLASS_NAME" value="dev.ultreon.pythonc.App" />
4-
<module name="python-vm.app.main" />
4+
<module name="python-vm.compiler.main" />
55
<extension name="coverage">
66
<pattern>
77
<option name="PATTERN" value="dev.ultreon.pythonc.*" />

.run/Run Test.run.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<component name="ProjectRunConfigurationManager">
22
<configuration default="false" name="Run Test" type="Application" factoryName="Application">
33
<option name="MAIN_CLASS_NAME" value="dev.ultreon.test.Main" />
4-
<module name="python-vm.compiled.main" />
4+
<module name="python-vm.testing.main" />
55
<extension name="coverage">
66
<pattern>
77
<option name="PATTERN" value="dev.ultreon.test.*" />

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# [PythonVM](#) (Python as a [JVM language](https://en.wikipedia.org/wiki/List_of_JVM_languages))
2+
PythonVM is a [Python](https://python.org)[JVM](https://docs.oracle.com/en/database/oracle/oracle-database/18/jjdev/Oracle-JVM-overview.html) compiler that aims to have as much compatibility with Java as possuble. Why still preserving the style of Python.
3+
The project is still a work-in-progress.
4+
5+
# Examples
6+
*No specific examples yet, you can refer to the [testing module](src/main/python) or the [Fabric Python Template](https://github.com/Ultreon/fabric-python-template)*.
7+
8+
# Usage
9+
*TODO*

app/src/main/java/dev/ultreon/pythonc/App.java

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)