pynarcissus icon indicating copy to clipboard operation
pynarcissus copied to clipboard

Automatically exported from code.google.com/p/pynarcissus

Results 6 pynarcissus issues
Sort by recently updated
recently updated
newest added

nested functions cause script failure on line 1058 of jsparser3.py : while (operators and opPrecedence.get(operators[-1].type_) > opPrecedence[NEW]): easily repeatable, here's the js file i created to get the error message...

i was able to alter **str** to return JSON i really appreciate all of the work you did in creating this repo, i hope you find this pr helpful thanks

Just fixes a 2to3 thing that I missed before. You can't do `None > int` in Python3. I'm using the Py3 version, so should find anything else that may be...

``` What steps will reproduce the problem? Run: echo a ? b ? c : d : e | python sexp.py What is the expected output? What do you see...

Type-Defect
Priority-Medium
auto-migrated

``` What steps will reproduce the problem? 1. Parse a comma expression with more than 2 sub-expression What is the expected output? What do you see instead? OtherError, 2 out...

Type-Defect
Priority-Medium
auto-migrated

``` First of all I really appreciate all the work you've done so far for this port. The problem: When passing a string containing non-ascii characters the tokenizer throws a...

Type-Defect
Priority-Medium
auto-migrated