编译原理-随博客学习-Notes

Step 1

参考

Let’s Build A Simple Interpreter. Part 1

什么是 Interpreter (解释器) 和 compiler (编译器): 将高级语言的源代码翻译为其他形式.

编译器和解释器的区别:

  • 如果一个翻译器将源代码翻译为机械语言, 就编译器 (compiler)
  • 如果一个翻译器将源代码直接运行, 就是 解释器 (interpreter)

Step 2

参考

Step 3

参考


编译原理-随博客学习-Notes
http://example.com/2023/01/29/编译原理-随博客学习-Notes/
作者
Jie
发布于
2023年1月29日
许可协议