issues
search
utk-se
/
WorldSyntaxTree
Language-agnostic parsing of World of Code repositories
Other
20
stars
0
forks
source link
Queryable test cases
#2
Open
robobenklein
opened
3 years ago
robobenklein
commented
3 years ago
Some generic structures we should be able to test for:
[ ] Classes with only one function
[ ] Functions with no return
[x] Function definitions inside functions
[ ] Variable assignments directly under class definitions
Some generic structures we should be able to test for: