feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
---
|
||||
id: P-REINFORCE-CODING-001
|
||||
category: "[[10_Wiki/💡 Topics/Coding]]"
|
||||
category: "10_Wiki/💡 Topics/Coding"
|
||||
confidence_score: 0.92
|
||||
tags: [coding, ast, compiler]
|
||||
last_reinforced: 2026-04-20
|
||||
github_commit: "batch-reinforce-01"
|
||||
---
|
||||
|
||||
# [[Abstract Syntax Tree Traversal]]
|
||||
# Abstract Syntax Tree Traversal
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> 소스 코드의 추상적인 구조를 정의된 규칙에 따라 탐색하며 변환 및 분석의 기틀을 마련하는 컴파일러의 핵심 여정.
|
||||
@@ -24,6 +24,6 @@ github_commit: "batch-reinforce-01"
|
||||
- **정책 변화:** 코딩 표준(w1) 강화에 따라 AST 기반 자동 수정 가중치 상향.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- **Parent:** [[10_Wiki/💡 Topics/Coding]]
|
||||
- **Related:** [[CST]], [[Parser]], [[Visitor-Pattern]]
|
||||
- **Raw Source:** [[00_Raw/2026-04-20/Abstract-Syntax-Tree-Traversal.md]]
|
||||
- **Parent:** 10_Wiki/💡 Topics/Coding
|
||||
- **Related:** [[CST]], [[Parser]], Visitor-Pattern
|
||||
- **Raw Source:** 00_Raw/2026-04-20/Abstract-Syntax-Tree-Traversal.md
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
id: P-REINFORCE-CODING-002
|
||||
category: "[[10_Wiki/💡 Topics/Coding]]"
|
||||
category: "10_Wiki/💡 Topics/Coding"
|
||||
confidence_score: 0.95
|
||||
tags: [coding, cst, compiler, parsing]
|
||||
last_reinforced: 2026-04-20
|
||||
@@ -24,6 +24,6 @@ github_commit: "batch-reinforce-06"
|
||||
- **정책 변화:** 지식 연결성(w2) 관점에서 AST 문서와 1:1 비교 분석 구도 형성.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- **Parent:** [[10_Wiki/💡 Topics/Coding]]
|
||||
- **Related:** [[AST_Traversal]], [[Parser]], [[Formatting-Tools]]
|
||||
- **Raw Source:** [[00_Raw/2026-04-20/Concrete Syntax Tree (CST).md]]
|
||||
- **Parent:** 10_Wiki/💡 Topics/Coding
|
||||
- **Related:** [[AST_Traversal]], [[Parser]], Formatting-Tools
|
||||
- **Raw Source:** 00_Raw/2026-04-20/Concrete Syntax Tree (CST).md
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
---
|
||||
id: P-REINFORCE-CODING-004
|
||||
category: "[[10_Wiki/💡 Topics/Coding]]"
|
||||
category: "10_Wiki/💡 Topics/Coding"
|
||||
confidence_score: 0.93
|
||||
tags: [coding, formatting, style-guide, standard]
|
||||
last_reinforced: 2026-04-20
|
||||
github_commit: "batch-reinforce-07"
|
||||
---
|
||||
|
||||
# [[Code Formatting (코드 정제 표준)]]
|
||||
# Code Formatting (코드 정제 표준)
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> 코드의 의미를 바꾸지 않으면서 가독성과 협업의 효율성을 극대화하는 '시각적 문법'의 정립.
|
||||
@@ -24,6 +24,6 @@ github_commit: "batch-reinforce-07"
|
||||
- **정책 변화:** 지식 구조(w2) 관점에서 CST 기반 리샘플링 가중치를 상향하여 위키 생성 표준에 반영.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- **Parent:** [[10_Wiki/💡 Topics/Coding]]
|
||||
- **Related:** [[CST]], [[Linting]], [[Clean-Code]]
|
||||
- **Raw Source:** [[00_Raw/2026-04-20/Code Formatting.md]]
|
||||
- **Parent:** 10_Wiki/💡 Topics/Coding
|
||||
- **Related:** [[CST]], Linting, Clean-Code
|
||||
- **Raw Source:** 00_Raw/2026-04-20/Code Formatting.md
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
---
|
||||
id: P-REINFORCE-CODING-003
|
||||
category: "[[10_Wiki/💡 Topics/Coding]]"
|
||||
category: "10_Wiki/💡 Topics/Coding"
|
||||
confidence_score: 0.97
|
||||
tags: [coding, scaling, compiler, parser, typescript]
|
||||
last_reinforced: 2026-04-20
|
||||
github_commit: "batch-reinforce-07"
|
||||
---
|
||||
|
||||
# [[Parser (구문 분석기)]]
|
||||
# Parser (구문 분석기)
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> 텍스트의 나열을 의미 있는 구조(Tree)로 변환하여, 기계가 코드의 문법과 의도를 이해하게 만드는 지적 번역기.
|
||||
@@ -24,6 +24,6 @@ github_commit: "batch-reinforce-07"
|
||||
- **정책 변화:** 기술적 정확성(w1)을 위해 최신 파싱 알고리즘 가중치 반영 및 코딩 표준 연결.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- **Parent:** [[10_Wiki/💡 Topics/Coding]]
|
||||
- **Related:** [[AST_Traversal]], [[CST]], [[TypeScript-Architecture]]
|
||||
- **Raw Source:** [[00_Raw/2026-04-20/TypeScript-Compiler-Architecture.md]]
|
||||
- **Parent:** 10_Wiki/💡 Topics/Coding
|
||||
- **Related:** [[AST_Traversal]], [[CST]], TypeScript-Architecture
|
||||
- **Raw Source:** 00_Raw/2026-04-20/TypeScript-Compiler-Architecture.md
|
||||
|
||||
Reference in New Issue
Block a user