Expand description
Implementation of the install aspects of the compiler.
This module is responsible for installing the standard library, compiler, and documentation.
Macros§
- install 🔒
Structs§
Constants§
- SHELL 🔒
Functions§
- default_
path 🔒 - install_
sh 🔒 - is_
dir_ 🔒writable_ for_ user - prepare_
dir 🔒 - sanitize_
sh 🔒 - We have to run a few shell scripts, which choke quite a bit on both
\
characters and onC:\
paths, so normalize both of them away.