MARIE-js / MARIE.js

MARIE.js is a simple, yet intuitive MARIE simulator built in JavaScript :pencil: and is used for teaching computing architecture and assembly language
https://marie.js.org
MIT License
144 stars 45 forks source link

Add ability to link code #279

Closed nicholastay closed 5 years ago

nicholastay commented 5 years ago

Similar to how Python Tutor has a code linking feature, where you can link code to visualise by linking with #code=, I have implemented this feature for MARIE.js.

Could be a useful feature for lecturers to easily link to code in the simulator, and/or other sharing code fragments purposes. Combined with a link shortener, it avoids the hassle of copying plain text between slides/people or having to download a file first.

ericjiang97 commented 5 years ago

Nice! I'm going to merge this into staging branch instead.