Skip to content

Commit

Permalink
Stop embedding standard library into binary
Browse files Browse the repository at this point in the history
  • Loading branch information
dinfuehr committed Oct 19, 2024
1 parent 65df6c8 commit b654cec
Show file tree
Hide file tree
Showing 14 changed files with 86 additions and 265 deletions.
1 change: 0 additions & 1 deletion dora-frontend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ authors = ["Dominik Inführ <[email protected]>"]
description = "The Dora programming language"
homepage = "https://github.com/dinfuehr/dora"
repository = "https://github.com/dinfuehr/dora"
build = "build.rs"
license = "MIT"
edition = "2021"

Expand Down
73 changes: 0 additions & 73 deletions dora-frontend/build.rs

This file was deleted.

2 changes: 0 additions & 2 deletions dora-frontend/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ mod typedefck;
mod typeparamck;
mod useck;

pub const STDLIB: &[(&str, &str)] = &include!(concat!(env!("OUT_DIR"), "/dora_stdlib_bundle.rs"));

pub fn check_program(sa: &mut Sema) -> bool {
// This phase loads and parses all files. Also creates all elements.
let module_symtables = program_parser::parse(sa);
Expand Down
Loading

0 comments on commit b654cec

Please sign in to comment.