概要
関連サイト
SourceForge.net: Project Info - Cobol for GCC
OpenCOBOL Japanese Site - an open-source COBOL compiler
インストール
設定
(setq auto-mode-alist(cons (cons "\\.cob$" 'cobol-mode) auto-mode-alist)) (autoload 'cobol-mode "cobol" "Yet Another cobol mode" t)
利用方法
cobc -c -main -static %1.cob gcc -o %1 %1.o -lcob -lstdc++ -lltdl -lgmp -ldb1 -lintl -lregex