sustrik / ribosome

Simple code generator
248 stars 21 forks source link

Fix python evaluation #52

Closed fjardon closed 7 years ago

fjardon commented 7 years ago

I discovered what I believe is a bug in the python generator:

Then the script abort with an error because B is not found in the evaluation context of the expression inside A.

I have two commits:

Best regards, Frederic Jardon

sustrik commented 7 years ago

Nice! Can you state that the patch is submitted under MIT/X11 license?

fjardon commented 7 years ago

This patch is submitted under MIT/X11 license

fjardon commented 7 years ago

I updated the commit messages as well to include the MIT/X11 licensing

sustrik commented 7 years ago

Merged. Thanks!