jantuomi / tunkki

A lightning fast scripting language without the need for parentheses.
http://jantuomi.github.io/tunkki
MIT License
2 stars 0 forks source link

Implement object member operator #14

Closed jantuomi closed 8 years ago

jantuomi commented 8 years ago

Several programming languages such as C++ and Java have the dot (.) operator for looking up class methods. tunkki needs one as well.