Compiler記述言語 : COL
スポンサーリンク
概要
- 論文の詳細を見る
It is required to construct compilers easily and effectively on some machine,and many efforts have been made for it. As one method for it, we have constituted the compiler describing language COL which is suitable to write the compiling processes. The compiler, which is described in the forms of the SYNTAX TABLE and M-routines, divides the source program into some Incremental Units(IU) which are able to be compiled independently of other parts of the program,constructs M-structure denoting the syntactic structure of IU and generates three-address pseudo codes depending on several informations in the M-structure. In this paper, the COL is described informally and two simple examples are given, but any experimental results are not given.
- 一般社団法人情報処理学会の論文
- 1968-07-15
著者
関連論文
- APLを拡張した言語 E.APL
- APLインタプリタのファームウェア化とその効果について
- APL会話型処理システムにおけるインタプリタの分析とファームウェア化の要点
- ミニコンにおけるAPL 会話型処理システム
- COL で書かれたCompilerについて
- Compiler Compilerについて (計算機構論研究会報告集)
- Compiler記述言語 : COL
- 情報工学科におけるプログラミング実習の一例