differentmatt / filbert

JavaScript parser of Python
Other
133 stars 27 forks source link

Support of named arguments? #94

Open addlistener opened 2 years ago

addlistener commented 2 years ago
print(1)
print(1, flush=True)

Try commenting the last line and it will work fine.

Tested on https://raw.githack.com/differentmatt/filbert/master/test/interactive.html