【油管大神】C++教程 20小時完全零基礎(chǔ)入門 并且達到能快速開發(fā)的能力 目前

compiler process:
- preprocessing:預(yù)處理;
- tokenizing & parsing (token化,解析)-->編譯器可理解的形式;
- human language code --> abstract syntax tree;
- 將抽象語法樹轉(zhuǎn)換成數(shù)據(jù)和指令(數(shù)據(jù)(variable/object?, by announcement),指令(control/operation.etc)
- 常量?
result: machine code
標簽: