ddinh0411 / ROMSly

The final project for the class CPSC 354: Programming Languages. This a group project and acts as a a showcase of mastery over the topics of parsing.
1 stars 1 forks source link

Refactored Index.HTML UI, implemented Serialization, and other minor fixes. #95

Closed masli747 closed 10 months ago

masli747 commented 10 months ago

Added buttons for saving/loading Blockly workspace in Index.html. Additionally, implemented serialization functions that serialize the Blockly workspace to plaintext JSON in Index.html. Finally, refactored the commenting in Index.html to make it more descriptive.