Skip to content

issues Search Results · repo:bkiers/python3-parser language:Python

Filter by

0 results
 (79 ms)

0 results

inbkiers/python3-parser (press backspace or delete to remove)

ftp = ftplib.FTP(*ftp_args,timeout=100);ftp.encoding = utf-8 ; host, port = ftp.makepasv() host, port ( 58.251.157.34 , 62387) socket.create_connection((host, port),100,ftp.source_address) Traceback ...
  • chendongxtu
  • 1
  • Opened 
    on Dec 13, 2022
  • #16

Hi @bkiers, Shouldn t it be dedent.setLine(this.lastToken.getLine() + 1); at https://github.com/bkiers/python3-parser/blob/38496e94b3935e5abca6ab86fd98136c51f92fd7/src/main/antlr4/nl/bigo/pythonparser/Python3.g4#L96 ...
  • arthur78
  • 1
  • Opened 
    on Nov 17, 2021
  • #13

I try to parse a python program where i have an inline comment like: import logging import sys from asyncio import sleep CONFIG = { key1 : Value1 , #Description of config parameter 1 key2 : 1.23, ...
  • mueller-jens
  • 1
  • Opened 
    on Aug 19, 2020
  • #12

I noticed that this grammar has annassign, which is not present in the python 3.3 grammar, so I guess it is an addition. However, I was under the impression that if you add annassign, the grammar rule ...
  • mbreslav
  • 1
  • Opened 
    on Dec 19, 2019
  • #11

Hi Kiers, I m working on python3 parser based on your g4 grammer by antlr4 with golang target. After some testing I found that it works with removing java code from grammer, but failed on having it, even ...
  • ldxdl
  • 1
  • Opened 
    on Aug 6, 2019
  • #10

With a simple assign expression like: a = 1 The generated parse tree is: - file_input |- stmt | - simple_stmt | |- small_stmt | | - expr_stmt | | |- testlist_star_expr ...
  • isaiah
  • 2
  • Opened 
    on Feb 5, 2016
  • #7

Upon running mvn clean install, I ve encountered the following error (full output at https://gist.github.com/andigena/02f1491356505e30eda5): parsing 102/721: register.py ... java.lang.RuntimeException: ...
  • andigena
  • 2
  • Opened 
    on Jul 18, 2015
  • #6

When I cloned the project and run the Main class in the Eclipse, there are two unexpected nodes re and ret under node suite . Here is the console output. def double(n): return n + n - file_input ...
  • laurenthuang
  • 2
  • Opened 
    on Mar 17, 2015
  • #4
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub