From 4fa8cc89b3628d02a45a2adf1a1b2c74c447f55e Mon Sep 17 00:00:00 2001 From: KotlinIsland Date: Tue, 12 Dec 2023 18:38:06 +1000 Subject: [PATCH] annotation parser --- .idea/basedtyping.iml | 7 + .idea/watcherTasks.xml | 4 +- basedtyping/runtime_only.py | 286 ++++++++++++++++++++++++- tests/test_runtime_only/test_parser.py | 82 +++++++ 4 files changed, 376 insertions(+), 3 deletions(-) create mode 100644 tests/test_runtime_only/test_parser.py diff --git a/.idea/basedtyping.iml b/.idea/basedtyping.iml index 8e64af1..822b5af 100644 --- a/.idea/basedtyping.iml +++ b/.idea/basedtyping.iml @@ -8,8 +8,15 @@ + + + + + \ No newline at end of file diff --git a/.idea/watcherTasks.xml b/.idea/watcherTasks.xml index 20d228e..bd80a55 100644 --- a/.idea/watcherTasks.xml +++ b/.idea/watcherTasks.xml @@ -15,7 +15,7 @@