coolya / basic-lang

A basic step by step example we use to build our own language live on stream at https://twitch.tv/dumdidum
MIT License
3 stars 2 forks source link

support for objects #7

Open coolya opened 5 years ago

coolya commented 5 years ago

Allow to define data structures with members and their types. Add support for initialising instances of these data structures. Allow to manipulate existing data structures. Allow access to individual members of a data structure instance.