snow
snow copied to clipboard
An stackless implementation of the Snow programming language written in C (Note: This repository was previously named 'snow-c')
Results
1
snow issues
Sort by
recently updated
recently updated
newest added
When you call a Function, `self` appears not to be the same as in the declaring scope: ``` snow> Object().object_eval { puts(self.inspect()); { puts(self.inspect()) }() } nil ```
bug