evaluator


정의: In computing, an interpreter is software that executes source code without first compiling it to machine code. An interpreted runtime environment differs from one that processes CPU-native executable code which requires translating source code before executing it. An interpreter may translate the source code to an intermediate format, such as bytecode. A hybrid environment may translate the bytecode to machine code via just-in-time compilation, as in the case of .NET and Java, instead of interpreting the bytecode directly.


📄 키워드 상세정보

핵심 연구 분야Verification
주요 연도2024년
주요 연관 키워드developers
좋아요 수0

키워드별 논문 목록 (1건)