摘要:
符号表是词法分析阶段最重要的基本原则。 // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can b 阅读全文
摘要:
跳转语句设计 使用C语言的实现逻辑: if (expr) then {L1} else {L2} expr 结果为 0, 1, -1 0, zf=1 1, zf=0 阅读全文