A C

Results 5 issues of A C

Now it successfully builds and works under Windows. (Using https://github.com/piscisaureus/wepoll to implement epoll for Windows) ``` mkdir build64 cd build64 cmake -G"Visual Studio 16 2019" -A x64 -DVCPKG_TARGET_TRIPLET=x64-windows-static -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=%CMAKE_TC%...

These changes allow building of this library with CMake, including MSVC compiler under WIndows.

Here a patch for those who want to try cxxforth under Windows. [vs2015.patch.txt](https://github.com/kristopherjohnson/cxxforth/files/570960/vs2015.patch.txt)

Функции v7_parse_json() выдан json размером 10MB. Разбор сначала завершался ошибкой V7_AST_TOO_LARGE, а после включения V7_LARGE_AST стал выдавать этот "GC ASN is not in". V7_DISABLE_GC не помогает. Сам json при этом...

По *.h-файлам разбросаны # if defined(__cplusplus) extern "C" { # endif /\* __cplusplus */ Но в паре мест не хватает, в результате v7_create() и v7_exec() при вызове из *.cpp ищутся...