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

Implemented Default Block Loading, and SQL Connection loading from JSON. Additional file cleanup. #108

Closed masli747 closed 7 months ago

masli747 commented 7 months ago

Implemented a default 'sample' set of blocks into Blockly upon first load. Additionally, implemented SQL Connection loading from a JSON file to improve configurability. Also removed unnecessary files from the repository, such as /node_modules/, etc.