Is it possible to use the zephir language on a windows system when the packages json-c and re2c are required.
Can I somehow install or build the packages in windows to then build and run zephir?
Is it possible to use the zephir language on a windows system when the packages json-c and re2c are required.
Can I somehow install or build the packages in windows to then build and run zephir?
PHP runs in windows. There are sources and binaries of json-c and re2c, and zephir itself is documented to compile under Visual C. I see no reason for it to not run on windows.