Parallel Scanning

DongWook Lee·2020년 3월 21일
0

ClauParser

목록 보기
2/2
  1. Text Division (by whitespace or { or } or =)
  2. Parallel Scanning (chk. regard " as just token(length == 1))
  3. Sequentially, " " <- changing length of token -> real length
  4. and real_token_arr[real_token_count] = token_arr[i];
    real_token_count++;
    // some token is passed.
profile
Interested in C/C++, Parsing, Parallel Processing and Simulation.

0개의 댓글