From 6bfcc0bafd9c53ae8d45949602760873b219f6b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E7=91=97=E6=9D=B0?= <3695888@qq.com> Date: Wed, 4 May 2022 19:17:47 +0800 Subject: [PATCH] rua --- try/data_types/__init__.jl | 15 +++++++++++++++ try/data_types/__init__.py | 0 2 files changed, 15 insertions(+) create mode 100644 try/data_types/__init__.jl create mode 100644 try/data_types/__init__.py diff --git a/try/data_types/__init__.jl b/try/data_types/__init__.jl new file mode 100644 index 0000000..9258597 --- /dev/null +++ b/try/data_types/__init__.jl @@ -0,0 +1,15 @@ + +struct part + x::Float64 + y::Float64 + father::Vector{pointer, Nothing} + children::Vector{(pointer, Nothing)} +end + +command_tree = Dict( + +) + +function command_parser(command_tree, command::String) :: Nothing + +end \ No newline at end of file diff --git a/try/data_types/__init__.py b/try/data_types/__init__.py new file mode 100644 index 0000000..e69de29