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 ๐ - 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.