kookmin-sw / 2018-cap1-2

코웨이 (Coding Wherever Easily)
https://kookmin-sw.github.io/2018-cap1-2/
6 stars 1 forks source link

for 예약어 매칭 시 N-1 등 변수에 연산이 들어가면 매칭이 안됨 #43

Open occidere opened 6 years ago

occidere commented 6 years ago

for 예약어 매칭 시 N-1 등 변수에 연산이 들어가면 매칭이 안됨

ex)

for(i = 0 ~ N) {    <- 매칭 가능
for(i = 0 ~ N-1){   <- 매칭 불가