Pretend conlang has a complete compiler, and start mocking up a standard library
This commit is contained in:
parent
c7fdeaf37a
commit
ba6285e006
11
stdlib/lib.cl
Normal file
11
stdlib/lib.cl
Normal file
@ -0,0 +1,11 @@
|
||||
//! # The Conlang Standard Library
|
||||
|
||||
/// 32-bit signed integer type
|
||||
#[intrinsic = "i32"]
|
||||
type i32;
|
||||
|
||||
/// 32-bit unsigned integer type
|
||||
#[intrinsic = "u32"]
|
||||
type u32;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user