Skip to content

antlr4 python#1

Open
jwilner wants to merge 1 commit intomainfrom
python-parse
Open

antlr4 python#1
jwilner wants to merge 1 commit intomainfrom
python-parse

Conversation

@jwilner
Copy link
Owner

@jwilner jwilner commented Sep 7, 2020

Draft a python parser using antlr4

cd ~/code/pullquote/python/cmd/explore
➭ go run . example.py IAmAClass.__init__
def __init__(self):
        pass
➭ go run . example.py IAmAClass
class IAmAClass:
    def __init__(self):
        pass
➭ go run . example.py i_am_a_func
def i_am_a_func():
    pass

@jwilner jwilner changed the base branch from master to main October 7, 2020 02:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant