ThakeeNathees / pocketlang

A lightweight, fast embeddable scripting language.
https://thakeenathees.github.io/pocketlang/
MIT License
1.52k stars 80 forks source link

static attribute to class added #252

Closed ThakeeNathees closed 2 years ago

ThakeeNathees commented 2 years ago

Static attribute support for class implemented (an example provided bellow).

class Foo
end

Foo.BAR = 'baz'