This is an interpreter for an object-oriented language. It was a pain to get working and I doubt it's fully working even now :) Examples to try out (between the ticks): `global: [n]. n: 3. n` `define: [square: x] Do: [x * x]. square: 3` Still need to implement more operations for basically everything, figure out control flow syntax etc. but it's a start.