Writing a new programming language - when and how to bootstrap datastructures?
- by OnResolve
I'm in the process of writing my own programming language which, thus far, has been going great in terms of what I set out to accomplish. However, now, I'd like to bootstrap some pre-existing data structures and/or objects. My problem is that I'm not really sure on how to begin.
When the compiler begins do I splice in these add-ins so their part…