YACC을 이용한 CHILL - interpreter의 설계 및 구현

For CHILL-programming development environment, basic CHILL-interpreter using YACC is designed and implemented. Especially the parser-generat-ing tool, YACC. is used to generate a par-ser that will do LALR(1) parsing. The seman-tics analysis and symbol table management are performed by C-code action lists with CHILL-grammar rules according to the syntax tree. The error detecting routine and one of the exception handling routines are also implemented.