differentmatt / filbert

JavaScript parser of Python
Other
133 stars 27 forks source link

'dict' should be a built-in function, not a keyword #6

Open differentmatt opened 10 years ago

differentmatt commented 10 years ago

'dict' is currently treated internally as a keyword. It should be a built-in function.

https://github.com/differentmatt/filbert/blob/497a59894b84318cddfaec93827689c42b9a6cc1/filbert.js#L329