nirum-lang / nirum-python

The Nirum runtime library for Python
https://nirum.org/docs/target/python.html
MIT License
8 stars 9 forks source link

Fix NameError from forward references #88

Closed dahlia closed 7 years ago

dahlia commented 7 years ago

This patch actually doesn't completely fix the problem spoqa/nirum#138, but is required by Python codes generated by Nirum compiler (see also spoqa/nirum#146).