eryjus / ast-cc

An Abstract Syntax Tree compiler
1 stars 0 forks source link

allow for defining access specifiers (public, private, protected) for methods and attrs #7

Closed eryjus closed 8 years ago

eryjus commented 8 years ago

While I want to keep the "language" of ast-cc generic, I also need to be able to mimic the abilities of the target languages that will be supported.

eryjus commented 8 years ago

This has been incorporated into v0.1.