Docs & comments cleanup

This commit is contained in:
Jared Ramirez 2020-10-28 11:13:26 -07:00
parent 242eb6f905
commit 3e0d4cd3c7
10 changed files with 50 additions and 648 deletions

View file

@ -3,7 +3,7 @@ use std::io::prelude::Read;
use std::vec::Vec;
pub fn get_bytes() -> Vec<u8> {
// In the build script for the gen module, we compile the builtins bitcode and set
// In the build script for the builtins module, we compile the builtins bitcode and set
// BUILTINS_BC to the path to the compiled output.
let path: &'static str = env!(
"BUILTINS_BC",