yus1108 / mcf

This is a toy compiler project named as mcf (making compiler is fun) aiming to make a compiler specialized for game development.
MIT License
1 stars 0 forks source link

토큰 생성기 개발 #1

Closed yus1108 closed 2 months ago

yus1108 commented 2 months ago

개발 목표 : int32 foo = 5; 위 명령문의 토큰을 생성 하는 것이 1차 적인 목표입니다.

생성 되어야 하는 토큰: KEYWORD IDENTIFIER ASSIGN NUMBER SEMICOLON