How-to-Make-a-Computer-Operating-System
How-to-Make-a-Computer-Operating-System copied to clipboard
Are including a section for creating your own REPL ?
It would be awesome to have a section for creating your own repl . What are your thoughts on this ?
That's not actually a part of an OS. This guide is about an OS, and he shows in the userland
folder how to use libc. Just write your REPL normally (in C++ or whatever), and link it against the OS.
TL;DR: There are other tutorials on REPLs out there.