Hello world. I want to create a very tiny programming language (variables , conds, loops, and funcs) just to exercise my brain and learn more. I want to it to be both compiled and interpreted (as Dart). And I want to code it in...Nim.
Please, could you give advices, links to useful tutos and order resources, and a list of Nim's native libs that I have to study ? So long, I don't even know where to start. :-) Thanks in advance to all.
I have list of libraries & different projects related to language development. Most likely you'd want to look at npeg for parsing as starting point.
There is also a #langdev channel on discord