Add support for MacOS (not iOS), which mostly amounts to enabling the darwin compilation target and adding Mac appropriate syscalls and memory management. This should happen after #35 threading is implemented, because that will re-write how memory management works.
Add support for MacOS (not iOS), which mostly amounts to enabling the
darwincompilation target and adding Mac appropriate syscalls and memory management. This should happen after #35 threading is implemented, because that will re-write how memory management works.