issues
search
differentmatt
/
filbert
JavaScript parser of Python
Other
133
stars
27
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Support of named arguments?
#94
addlistener
opened
2 years ago
0
npm version is out of date
#93
giles-v
closed
3 years ago
2
Taking back parsed object into python code
#92
ColorBuffer
closed
4 years ago
1
Is there a way to check the types of nodes? (similar to @babel/types)
#91
preston-willis
opened
4 years ago
3
Is the project reviving?
#90
mrn-aglic
closed
4 years ago
1
Update README.md
#89
abhidya
closed
5 years ago
1
Compatibility with browsers
#88
Cassendra4
closed
4 years ago
1
Optimize operations
#87
ValentinZhao
opened
6 years ago
0
fixed the bug that pop(0) doesn't work
#86
kyay10
closed
6 years ago
4
v1 target refinement?
#85
robertleeplummerjr
opened
7 years ago
2
Modernize and fix #83
#84
robertleeplummerjr
opened
7 years ago
4
Null makes its way into ast body.body
#83
robertleeplummerjr
opened
7 years ago
1
For use in OpenMined
#82
robertleeplummerjr
closed
7 years ago
0
Python lists don't have .push method
#81
Bryukh
opened
8 years ago
1
list.pop(index) doesn't work
#80
Bryukh
opened
8 years ago
3
str(True) and str(False): Cannot read property 'truthy' of undefined
#79
nwinter
opened
8 years ago
0
Memory usage spikes while trying to parse_dammit certain code.
#78
Zerrien
opened
8 years ago
1
String to list transformation
#77
Bryukh
opened
8 years ago
2
Implement chained comparisons for numerical ranges (0 < x < 10)
#76
nwinter
opened
8 years ago
0
Multiline support
#75
Xavion3
closed
8 years ago
0
Add Divmod
#74
Xavion3
closed
8 years ago
0
Python interpreter
#73
piranna
opened
9 years ago
0
Move test python snippets to own files
#72
piranna
opened
9 years ago
0
Multiple Assignment doesn't work
#71
nemoyatpeace
opened
9 years ago
0
[Python] Reassigning a function parameter treats it as undefined until reassignment
#70
UltCombo
closed
8 years ago
1
Looping over characters in string gives indexes, not values
#69
nemoyatpeace
opened
9 years ago
1
int() rounds negative numbers in the wrong direction
#68
dzhang314
closed
9 years ago
2
`undefined` shouldn't be defined as JavaScript's `undefined`
#67
dzhang314
opened
9 years ago
0
Mutable default arguments don't mutate
#66
dzhang314
opened
9 years ago
1
Closures incorrectly return iterators(?)
#65
dzhang314
closed
8 years ago
1
Tuples can't be used as keys in dict literals
#64
dzhang314
opened
9 years ago
0
Dicts fail to distinguish between string and numeric keys
#63
dzhang314
opened
9 years ago
2
Strings and numbers shouldn't be addable
#62
dzhang314
opened
9 years ago
1
Accepting 'throw' as variable name
#61
ChristianKleineidam
closed
8 years ago
1
filbert doesn't know how to handle: x if C else y
#60
Vlevo
opened
9 years ago
0
Problems with compound conditions in if statements.
#59
nemoyatpeace
opened
9 years ago
0
Speed up conversion to dicts/lists
#58
nwinter
closed
8 years ago
2
Problems with list comprehensions
#57
nemoyatpeace
opened
9 years ago
1
Handle single equals in if-statement conditions
#56
nwinter
opened
9 years ago
1
Don't allow calling functions not defined yet
#55
differentmatt
opened
9 years ago
0
Multiline arrays fail to parse
#54
nwinter
closed
8 years ago
2
Optional key argument when using max
#53
pizzaisdavid
opened
9 years ago
1
Treat literal notation for dicts, lists, tuples as literal expression?
#52
dideler
closed
9 years ago
2
Non-empty list constructor should not return empty list
#51
dideler
opened
9 years ago
1
true and false shouldn't be valid Python
#50
dideler
closed
8 years ago
2
Empty tuple should be false in conditional
#49
dideler
opened
9 years ago
0
Empty tuple in conditionals raises error
#48
dideler
opened
9 years ago
1
Fix list truthiness
#47
dideler
closed
9 years ago
2
Empty list should be false in conditional
#46
dideler
opened
9 years ago
3
Empty dict should be false in conditional
#45
dideler
opened
9 years ago
1
Next