코딩Coding/Rust용어
증분 컴파일러(incremental compiler)
내인생PLUS
2020. 9. 20. 09:07
728x90
https://100.daum.net/encyclopedia/view/55XXXXX17086
증분 컴파일러
고수준 언어의 원시 프로그램을 컴파일할 때 원시 프로그램을 모두 읽어 들이는 것이 아니라 대화식으로 입력되는 한 행 한 행을 분석하고 번역하여 부호를 생성하는 컴파일러. 사용자가
100.daum.net
https://100.daum.net/encyclopedia/view/156XX52207204
증분 컴파일러
회화형 컴파일러의 하나로 각각의 스테이트먼트 입력은 분리하고 있는 실체라고 생각하면 신택스의 정확성이나 형성된 코드 모듈은 체크되고 있다. 이로써 어떤 경우라도 사용자는 이들의 모
100.daum.net
영어가 젤 정확함
https://en.m.wikipedia.org/wiki/Incremental_compiler
Incremental compiler - Wikipedia
Imperative programmingEdit In imperative programming and software development, an incremental compiler is one that when invoked, takes only the changes of a known set of source files and updates any corresponding output files (in the compiler's target lang
en.m.wikipedia.org
반응형