In this video I will make a short demonstration of the B Programming Language, this language came before C and is quite similar.
Docs:
https://www.bell-labs.com/usr/dmr/www...
The B compiler implementation I used in the video is not maintained anymore and has a build problem so I made a fork that fixes this over here: https://github.com/nir9/b-compiler
The original maintainer has a newer version of this project that is maintained but I haven't checked it out.