gccrs
gccrs copied to clipboard
Add mini standard library.
Add a new mini standard library with standard type. This is intended to change and be later replaced with the real standard library.
Compile time is awful and it lacks a bunch of things.
Also, we can't even make modules because there is a bug during typechecking with modules. Will open an issue later with a minimized example.
IIUC, this is mostly some copy/paste + adjustment from rustc's libstd? We should probably have matching copyright/license info ?
IIUC, this is mostly some copy/paste + adjustment from
rustc'slibstd? We should probably have matching copyright/license info ?
I was wondering what should be the appropriate header. It has mostly been copied from rust standard library with some minor adjustments to make crab1 happy. Probably the original license ?
IIUC, this is mostly some copy/paste + adjustment from
rustc'slibstd? We should probably have matching copyright/license info ?I was wondering what should be the appropriate header. It has mostly been copied from rust standard library with some minor adjustments to make
crab1happy. Probably the original license ?
Maybe add the first part of https://github.com/rust-lang/rust/blob/master/COPYRIGHT in the header. Not sure where to put MIT/APACHE text, but there must be similar case in GCC already