Restructuring for #665 and #681 Reduced function call overhead in flowctrl.cpp
Restructuring for #665 and #681 Improved calculation speed by a tiny fraction.
Restructuring for #665 and #681 Further removed using statements and enabled the bytecode parsing for string expressions (experimentally).
Restructuring for #665 and #681 Changed to -std=g++2a and removed most of the using namespace std; statements from the headers.
Restructuring for #665 and #681 Improved calculation speed and added multiprocessing
Restructuring for #665 and #681 Added logtoidx() and idxtolog()
Restructuring for #665 and #681 Further optimizations
Restructuring for #665 and #681 Tiny optimizations
Restructuring for #665 and #681 Parser is runnable again
First step of restructuring for #665 and #681