Alexander Gribkov
Alexander Gribkov
commit db198df2d3945e785438aaae6747daedcd7c654f **Error details (console output)** `make g++ -c -g -Wall -rdynamic -D_DEBUG run_tests.cpp -o run_tests.o g++ -c -g -Wall -rdynamic -D_DEBUG TinyJS.cpp -o TinyJS.o g++ -c -g -Wall -rdynamic...
Getting assert error on line 220, while comparing hashes of Unicode character (u'\uE52D'). ``` python --version Python 2.7.15rc1 ``` According to online sha256 calculators, uE52D char has other hash...
In demo site there are more engines (https://extendsclass.com/regex-tester.html), but in current source java-script engine available only. I also noticed that other engines commented in index.html. When trying to uncomment other...