Open RobertBendun opened 2 years ago
The main issue is that current compiler is 64bit specific, so we need to work on that.
Changes as of cf74cc31cda79ffc9a61c8b5d87f7731c89bb42c to make compiler compile:
namespace std { using wstring = std::basic_string<wchar_t>; }
Serenity has port of NASM, so this is not an issue.
Obviously, std needs to be rewritten, maybe some compile time checking of target?
The main issue is that current compiler is 64bit specific, so we need to work on that.
Changes as of cf74cc31cda79ffc9a61c8b5d87f7731c89bb42c to make compiler compile:
namespace std { using wstring = std::basic_string<wchar_t>; }
Serenity has port of NASM, so this is not an issue.
Obviously, std needs to be rewritten, maybe some compile time checking of target?