Hi guys!
I'm currently writing a toy language. And I was wondering if it's possible to write a compiler to the language, you know just for fun. If so, how would it work?
There are many definitions for 'compiler', one of this says that it converts a program from a higher level language to a lower level language. So a tool which converts from language foobar to C can be said to be a compiler