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.