RustPython / Parser

MIT License
67 stars 24 forks source link

New Arguments and Arg/ArgWithDefault AST representation #59

Closed youknowone closed 1 year ago

youknowone commented 1 year ago

Fix #57

youknowone commented 1 year ago

Running tests with full node makes more sense because its information is superset of not cfg

youknowone commented 1 year ago

excluded range from FunctionArg not to make overwrapping ranges like #49

youknowone commented 1 year ago

is hiding unused struct with a feature is better?

youknowone commented 1 year ago

@MichaReiser could you review it again?