charly-lang / charly

🐈 The Charly Programming Language | Written by @KCreate
https://charly-lang.github.io/charly/
MIT License
199 stars 10 forks source link

WIP: Objects classes #28

Closed KCreate closed 7 years ago

KCreate commented 7 years ago

Work in Progress.

This implements #8 . Member expressions are not included, but a function called memberex() will be included to allow debugging.

KCreate commented 7 years ago

Classes & Objects are implemented. Member expressions are not. They are part of a separate issue and are therefore not included in this PR.