differentmatt / filbert

JavaScript parser of Python
Other
133 stars 27 forks source link

Optimize operations #87

Open ValentinZhao opened 6 years ago

ValentinZhao commented 6 years ago

Filbert is not versatile enough to handle multiply so-called self-operations, for example, '/=', '**=' and so on, which makes my application work weird. What I do is to add several self-operations to MayBeAssign function.