The plugins_dir/rpsplug_simpinterp.cc file is incomplete in commit 462dc46 ; it is a plugin because it should be temporary
We hope for Abhishek to define a C-like syntax (in some markdown file) for a temporary scripting language useful for:
- running simple tests
- modifying the RefPerSys heap (e.g. adding objects and values inside it)
- testing the code generation facilities and running them
- querying easily the RefPerSys heap and displaying it (probably using more syntax using most of the public functions in
refpersys.hh). Very probably macros from the RefPerSys header file refpersys.hh like RPS_INFORMOUT and RPS_OBJECT_DISPLAY should be useful.