Skip to content

정수형 개선 로드맵 #10

@RanolP

Description

@RanolP

초반에는 i32, i64 위주로 구현

i32, i64 외의 다른 타입 지원

i8, i16, i128
u8, u16, u32, u64, u128

리터럴 및 user defined literal 구현

3, 0x1A, 0o123, 0b1010, 3i32 등등

extern type 정의를 prelude.psl에 넣어서 타입 체크

현재 int, int64_t 등의 C 타입 접근 안 막고 있음

i32::max, i32::abs, i32::wrapping_add 등 stdlib 추가

일단 함수, 모듈, impl 등이 구현되어야 함

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions