8 Commits

Author SHA1 Message Date
Nilay Majorwar
94dce5bfa9 Add automatic syntax checker, fix editor bugs 2022-01-22 21:22:38 +05:30
Nilay Majorwar
22ee70948a Adapt bf and chef to error handling 2022-01-22 18:14:21 +05:30
Nilay Majorwar
d8481c097b Refactor so engines use 0-based document ranges 2022-01-20 15:29:21 +05:30
Nilay Majorwar
eb9d5d861c Add unit tests for brainfuck and deadfish 2022-01-18 15:17:20 +05:30
Nilay Majorwar
bb9e85f422 Refactor to make language selection dynamic 2021-12-18 17:15:22 +05:30
Nilay Majorwar
c521713b13 Build matching color schemes to editor 2021-12-17 22:42:17 +05:30
Nilay Majorwar
50e788dd3c Improve brainfuck renderer colors 2021-12-17 20:07:47 +05:30
Nilay Majorwar
01ba292b9f Implement basic execution system and UI
This is a rather large commit that includes all of the following:
- React UI with code editor, runtime renderer and input-output panes
- Language providers for a sample language and Brainfuck
- Implementation of code execution in a web worker
- All-at-once unabortable execution of program fully functional
2021-12-14 22:30:41 +05:30