things are working: time to piggyback off the highlighter's parser

This commit is contained in:
Patrick Thomson 2020-10-21 14:54:47 -04:00
parent 0dfe89f353
commit 363a0ce4fc
3 changed files with 25 additions and 6 deletions

View file

@ -1,7 +1,7 @@
def foo(): pass
# declaration: function: 0, 0
# definition: function: 0, 0
def bar():
# declaration: function, 3, 0
# definition: function, 3, 0
foo()
# reference: call, 5, 4