This is a question of curiously: is anyone aware of any high level language interpreters written in LabVIEW?
I recently wrote my own BASIC like language interpreter as part of a custom LabVIEW test suite to allow scripting without needed to edit the LabVIEW source code and it got me wondering if anyone has done anything similar?
It could be BASIC, Pascal, C, etc.
I did find this one site that lists a tiny BASIC interpreter that has been ported to a lot of different languages (but not labVIEW):
https://sites.google.com/site/smallbasicinterpreters/source-code
so there seems to be a lot of interest out there.
My only google search hits for LabVIEW interpreters are for CNC G code.