Skip to content
ChanWoo Jeong edited this page Jul 24, 2015 · 5 revisions

데이터 정의 및 action에 대한 spec 정리

기본 데이터 타입

unsigned integer : u8, u16, u32, u64

signed integer : s8, s16, s32, s64

character : c8, c16, c32

string : str8, str16, str32, str

floating point real : f32, f64

복합 데이터 타입

struct, union, array

선언

타입 선언, 변수 선언, 함수 선언/정의

문장

if, for, expression, break, continue, return, exit

표현식

assignment, function call, 사칙연산, 비트연산, 논리연산

기본 함수

read, write, move(seek?), print