ScratchData LogoScratchData
Back to rdococ's profile

Object-oriented VM... 2

RDrdococ•Created March 25, 2023
Object-oriented VM... 2
5
1
50 views
View on Scratch

Instructions

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.

Project Details

Project ID825732605
CreatedMarch 25, 2023
Last ModifiedOctober 21, 2023
SharedApril 12, 2023
Visibilityvisible
CommentsAllowed