Initial Commit

This commit is contained in:
2021-04-06 21:20:20 +03:00
commit 7e983cb6f7
2 changed files with 15 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
class VirtualMachineCompiler:
def __init__(self):
pass
def parser_module(self):
pass
def code_writer_module(self):
pass