Introduction - If you have any usage issues, please Google them yourself
ShrimpScript class is a simple interpreter for the perform FakeBasic scripting language, can be easily embedded in your program. In the case without the consent of the original author, please do not be used for commercial or improper purposes, thank you! You can add a foreign function addFunction, so that the script can call your C/C++ procedures in order to achieve your goal. Can also add, modify the code of the class to enhance the script interpreter. The current version supports floating-point types and floating-point operations.