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

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -