Our CMSC 124 Design and Implementation of Programming Languages Project where we created our own IDE, designed a simple programming language, and created a parser and intermediate code generator!
An Electron application with Vue and TypeScript
$ npm install$ npm run dev# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux