Closed Akuli closed 3 years ago
Stuff to do in separate pull requests (checked = issue made):
atexit()
#define meth_...
foo.bar()
.partial()
sed -i 's/\bclass_/type_/g' $(git ls-files)
class_Foo
Stuff to do in separate pull requests (checked = issue made):
atexit()
#250#define meth_...
when it causes troubles with first-class methods #252foo.bar()
, can be an attribute being called or a method #251.partial()
method #254sed -i 's/\bclass_/type_/g' $(git ls-files)
becauseclass_Foo
is no longer necessarily a class, can also represent a function type #253