Apitax / Scriptax

Scriptax is a general purpose, automation first language used to quickly script together automation.
GNU General Public License v3.0
2 stars 0 forks source link

With optional typing, `atom_method` needs to be typed as `pythonic` this should be changed to `method` #61

Open ShawnClake opened 5 years ago

ShawnClake commented 5 years ago

Weirdly enough, the initial type can be method at least for () -> {} but when setting the variable to a new method_atom it sees t as pythonic. Either that or adding a body like () -> {return "test";}; is what is making it see it as pythonic