bauripalash / cpank

CPank, legacy compiler and virtual machine implementation of Pankti Programming Language

Home Page:https://pankti.palashbauri.in/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Known Issue] Core function unavailability on Windows compiled with GCC or Clang

bauripalash opened this issue · comments

It has brought to my attention that some core functionality such as lexing and writing to stdout may not work on windows if compiled via clang or even gcc. Only compiler tested to be working is MSVC.

The GUI frontend is also unable to compile via GCC or clang due to some linker issues in Makefile or Cmake files.

Compatibility with windows is now deemeded broken for indefinite time.