RobertBendun / stacky

Stack based programming language
Boost Software License 1.0
4 stars 1 forks source link

SerenityOS support #63

Open RobertBendun opened 2 years ago

RobertBendun commented 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:

Serenity has port of NASM, so this is not an issue.

Obviously, std needs to be rewritten, maybe some compile time checking of target?