标签:
示例代码:
1 if ( a == 10) { 2 printf("hoge\n"); 3 } else { 4 printf("piyo\n"); 5 }
一般编程语言的语法处理(这与编译性语言或者是解释性语言无关),都会有如下的过程:
编程语言的解析过程
原文地址:http://www.cnblogs.com/luochuanghero/p/4786453.html