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

[렉서] 10진수 이외의 진수의 숫자 토큰 생성 구현 #8

Open yus1108 opened 3 months ago

yus1108 commented 3 months ago

0x (16진수), 0 (8진수), 또는 0b (2진수) 숫자의 토큰을 생성 가능하게 개선 필요