A simple implementation of Yet another script language Chtholly
-
Updated
Mar 23, 2019 - C++
Add a description, image, and links to the intermediate-code-generation topic page so that developers can more easily learn about it.
To associate your repository with the intermediate-code-generation topic, visit your repo's landing page and select "manage topics."
Replace escape in the form \u[0-9A-Fa-f]{2} in the form \x[0-9A-Fa-f]. This allows to be more consistent with C++ escape sequences https://en.cppreference.com/w/cpp/language/escape.
Places where this should be replaced: