How to implement "import" in a Python-like interpreter? -
I'm just writing a dragon interpreter to see how some language features can be implemented . Now comes the issue of implementing "import" ....... Do you have some suggestions on how to do this? What are some potential problems?
Try it -
Comments
Post a Comment