摘要
介绍了国标BASIC语言编译系统的设计思想和实现技术.该系统建立了一个集成化的编程支持环境,通过语法制导编辑器建立BASIC源程序,通过增量编译器进行编译.这个集成化环境把编辑器、编译器、调试器有机地结合在一起,大大地提高了软件开发的效率,也提高了软件的可靠性.
This paper describes the design ideas and implementation techniques of the National Standard BASIC Compiling System. This system is based on an integrated programming environment, in which BASIC source program can be established through a syntax-directed editor and compiled by an incre mental compiler. In this environment, the editor, compiler, and debugger are integrated perfectly.These greatly improve the efficiency and reliability of the software development.
出处
《西安交通大学学报》
EI
CAS
CSCD
北大核心
1993年第2期117-124,92,共9页
Journal of Xi'an Jiaotong University
基金
国家"七.五"科技攻关资助项目
关键词
程序设计语言
编译程序
BASIC语言
programming language
compiler
integrated programming environment
syntax-directed edit
incremental compiler