feat: add initial parser data structure & test
Signed-off-by: Konstantin Fickel <mail@konstantinfickel.de>
This commit is contained in:
parent
f73c6d16cb
commit
2091e5c98d
8 changed files with 375 additions and 30 deletions
8
.vscode/settings.json
vendored
Normal file
8
.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"python.testing.pytestArgs": [
|
||||
"test",
|
||||
"-vv"
|
||||
],
|
||||
"python.testing.unittestEnabled": false,
|
||||
"python.testing.pytestEnabled": true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue