Lioncash 4d92ffb949 Interpreter: Amend parameter naming
Drops prefixed underscores from parameters

The C++14 standard states in section 2.10 subsection 3.2:

"Each identifier that begins with an underscore is reserved to the
implementation for use as a name in the global namespace."

It's highly unlikely an implementation will ever use '_inst' as a global
identifier, however it's better to just amend the names and alleviate
the concern altogether.
2017-01-20 14:51:00 -05:00
..
2017-01-17 10:19:39 +00:00
2017-01-20 14:51:00 -05:00
2017-01-14 11:16:02 -05:00
2016-10-03 21:07:12 +02:00
2016-10-24 18:27:49 +02:00