⚡ Evo

← 목록

IR / Bytecode 생성

PROVEN
Language

freelang-v11-1에서 발굴됨

저장소 증거 (20개)

ClaudeScriptpartial45/45 tests passing ✅ (Validator 18 + TypeChecker 12 + CodeG
test_result:9045/45 tests passing ✅ (Validator 18 + TypeChecker 12 + CodeGenerator 15)
test_result:9045/45 tests passed (Validator 18 + TypeChecker 12 + CodeGenerator 15)
test_result:9045/45 tests pass ✅**
commit_feat:70feat: add 30 files
c-compiler-projectpartial66/66 통과 ✓
test_result:9066/66 통과 ✓
test_result:9033/33 통과 ✓
test_result:9025/25 통과 ✓
commit_feat:70Add .gitignore
pyfreepartial19/19 통과 ✅)
test_result:9019/19 통과 ✅)
commit_feat:70fix: GitHub Actions secrets syntax security issues
commit_feat:70feat: Phase 24 성능 최적화 완료
commit_feat:70feat: Phase 23 표준 라이브러리 확장 완료
v3-freelang-aipartial[demo-phase5-adaptive.ts] 실질 구현 확인: Tensor 연산 구현
test_result:90244/244 tests passing)
file_content:75[demo-phase5-adaptive.ts] 실질 구현 확인: Tensor 연산 구현
commit_feat:70docs: Add V3_QUICK_START.md - Quick navigation guide for V3 codebase
commit_feat:70feat: Complete OptimizationDriftDetector with correctness-priority algorithm
zlang-projectpartial[test_generic_poc.cpp] 실질 구현 확인: Type Checker
test_result:9045/46 통과 (97.8%)
file_content:75[test_generic_poc.cpp] 실질 구현 확인: Type Checker
file_content:75[test_module.cpp] 실질 구현 확인: LLVM 백엔드 구현
commit_feat:70fix(zlang): While 루프 + Assignment 완전 구현 - AST 기반 Visitor 패턴
FreeLang-mainpartial[demo_codegen.ts] 실질 구현 확인: IR / Bytecode 생성
file_content:75[demo_codegen.ts] 실질 구현 확인: IR / Bytecode 생성
commit_feat:70chore: KPM 통합 - @freelang/compiler@6.0.0으로 패키지 등록
commit_feat:70docs: Phase 7 최종 완료 보고서
commit_feat:70feat: Phase 7 - 완전한 C Code Generator 구현 및 데모
c-compiler-from-scratchpartialchore: clean build artifacts, improve .gitignore, add exampl
commit_feat:70chore: clean build artifacts, improve .gitignore, add examples and design docs
commit_feat:70docs: add comprehensive README with examples and architecture
commit_feat:70feat(vm): SAI + Computed Goto — VM이 스스로 진화한다
commit_feat:70feat(vm): V가 못 하는 것 — OBJ_NATIVE, OBJ_MAP, OBJ_FIBER, OBJ_EXTERNAL
claudelang-library-extractionpartialscore:80
readme_impl:60✅ **Standardized Schema** - Every function follows the same 12-field structure
readme_impl:60✅ **Comprehensive Coverage** - 458 functions across 10 major categories
readme_impl:60✅ **Machine Readable** - JSON format enables automated processing
readme_impl:60✅ **Human Friendly** - Korean descriptions + examples + test cases
freelang-aot-compilerpartialfeat: Phase 5-10 자동 완성 - Advanced Features
commit_feat:70feat: Phase 5-10 자동 완성 - Advanced Features
commit_feat:70docs: Project Zero-Abstraction 완성 - 최종 README 업데이트
commit_feat:70feat: FreeLang Native AOT Compiler - Phase 4: Runtime 완성
commit_feat:70feat: FreeLang Native AOT Compiler - Phase 3: Linker 완성
freelang-cpartialscore:80
readme_kw:30[lexer] …────┐ │ Lexer → Parser → Semantic Analyzer …
readme_kw:30[code generation] … (Code Generation) │ └───────────…
readme_kw:30[type inference] …ping with type inference - ✅ **Functions**: First-clas…
readme_kw:30[jit compiler] …ne (VM) / JIT Compiler │ │ (Runt…
freelang-nativepartialchore(p3): recur.fl test case for closure/rest analysis
commit_feat:70chore(p3): recur.fl test case for closure/rest analysis
commit_feat:70build: verify-core, verify-full, release 명령 추가
commit_feat:70build(p2): C backend pipeline official (cmdCompileC)
commit_feat:70build(p1): Makefile parity-test + verify + release gate
freelang-phase6-runtimepartialfeat: add 8 files
commit_feat:70feat: add 8 files
readme_impl:60✅ **100% FreeLang v2.2.0 Self-Hosting**
readme_impl:60✅ **45 Unforgiving Tests (100% Pass)**
readme_impl:60✅ **12 Unforgiving Rules (100% Compliance)**
freelang-self-hosting-proofpartial[check-tokens.js] 실질 구현 확인: Lexer 구현
file_content:75[check-tokens.js] 실질 구현 확인: Lexer 구현
file_content:75[debug-bytecode.js] 실질 구현 확인: Lexer 구현
file_content:75[debug-bytecode2.js] 실질 구현 확인: Lexer 구현
commit_feat:70feat: 셀프호스팅 증명 테스트 케이스 + 미니 컴파일러 추가
freelang-v11partialfix(crypto): dh14-shared — DiffieHellmanGroup에 setPrivateKey
commit_feat:70fix(crypto): dh14-shared — DiffieHellmanGroup에 setPrivateKey 없음 수정 (복구)
commit_feat:70feat(cgc-bin): x86_64 빌드 완성 — 2 버그 수정
commit_feat:70test: claude-hub-fl 도그푸딩 회귀 테스트 (3 케이스)
commit_feat:70docs: 코딩규칙 17절 적용 — SPEC.airc 분리 + 이중 PASS 게이트
freelang-v11-1partialchore: 서브모듈 제거 (fl-infra 참조 삭제)
commit_feat:70chore: 서브모듈 제거 (fl-infra 참조 삭제)
commit_feat:70chore: Gogs 브랜치 인식 강제 갱신
commit_feat:70chore: ARCHIVED — v11.10.0으로 머지 완료 (2026-06-08)
commit_feat:70feat: Phase 113-130 experiments lazy loading (직접 import 제거)
freelang-v4-bytecode-cachepartialfeat: Phase 6 - FreeLang v4 Bytecode Caching System (Complet
commit_feat:70feat: Phase 6 - FreeLang v4 Bytecode Caching System (Complete)
readme_kw:30[bytecode generation] …rformance Bytecode Generation + Caching + Memory Optimizati…
freelang-v5-aipartialfix: v5-parser 함수 본문 파싱 - 중괄호 깊이 추적으로 while 루프 후 코드 손실 해결
commit_feat:70fix: v5-parser 함수 본문 파싱 - 중괄호 깊이 추적으로 while 루프 후 코드 손실 해결
commit_feat:70fix: 연산자 우선순위 및 괄호 처리 완벽 구현
commit_feat:70fix: 함수 호출 인자 평가 버그 수정 - 괄호 균형 기반 함수 감지
commit_feat:70docs: Week 4 완성 보고서 추가 (모든 테스트 100% 통과)
freelang-v6-ai-sovereignpartialdocs: v6 Priority 1 자원 수집 완료 (1,004줄)
commit_feat:70docs: v6 Priority 1 자원 수집 완료 (1,004줄)
commit_feat:70docs: v6 필수 자원 완전 수집 (4개 스펙)
commit_feat:70docs: v6 필수 자원 수집 (Priority 1)
commit_feat:70feat: KPM 완전 자동화 시스템 완성 - INSTALL-KPM.md 추가
freewire-integratedpartialfeat: Phase 3 Complete - fir Semantic Verification
commit_feat:70feat: Phase 3 Complete - fir Semantic Verification
commit_feat:70feat: Phase 2 Complete - Language Test Framework Integration
commit_feat:70feat: Phase 1 Complete - Multi-Language Code Generation
readme_impl:60- [x] 개념 설계
fv-langpartialfeat: stdlib 계획 문서 및 wasm 예제 업데이트
commit_feat:70feat: stdlib 계획 문서 및 wasm 예제 업데이트
commit_feat:70fix: 함수 파라미터 타입 어노테이션 선택적으로 수정
commit_feat:70feat: 런타임 stdlib 디스패치 + mini-wasm-pack.fv 예제
commit_feat:70feat: stdlib 4대 핵심 모듈 추가 (fs/bytes/sys/elf)

수동 증거

repofreelang-v11-1
발굴됨
repofreelang-v11
발굴됨
repofreelang-native
발굴됨
repofreelang-v6
77/77 PASS
repov3-freelang-ai
244/244 PASS
repofvx
17/17 PASS
repofir
104/104 PASS
repopyfree
20/20 PASS
repoc-compiler-from-scratch
발굴됨
repoClaudeScript
45/45 PASS
repoc-compiler-project
66/66 PASS
repofreelang-self-hosting-proof
발굴됨
repofreelang-jit-compiler
발굴됨
repofreelang-v4-runtime
발굴됨
repofreelang-fl-protocol
발굴됨
repofreelang-v4-bytecode-cache
9/9 PASS
repoFreeLang-main
score:80
repoclaudelang-library-extraction
score:80
repofreelang-aot-compiler
score:80
repofreelang-c
score:80
repofreelang-phase6-runtime
score:80
repofreelang-v5-ai
score:80
repofreelang-v6-ai-sovereign
score:80
repofreewire-integrated
score:80
repogogs_push
score:80
repominrust
score:80
repozlang-project
score:80
repofv-lang
feat: stdlib 계획 문서 및 wasm 예제 업데이트
repofreelang-v11-1
발굴됨
repofreelang-v11
발굴됨
repofreelang-native
발굴됨
repofreelang-v6
77/77 PASS
repov3-freelang-ai
244/244 PASS
repofir
104/104 PASS
repofvx
17/17 PASS
repopyfree
20/20 PASS
repoc-compiler-from-scratch
발굴됨
repoClaudeScript
45/45 PASS
repoc-compiler-project
66/66 PASS
repofreelang-self-hosting-proof
발굴됨
repofreelang-jit-compiler
발굴됨
repofreelang-v4-runtime
발굴됨
repofreelang-fl-protocol
발굴됨
repofreelang-v4-bytecode-cache
9/9 PASS
repofreelang-v11-1
발굴됨
repofreelang-v11
발굴됨
repofreelang-native
발굴됨
repofreelang-v6
77/77 PASS
repov3-freelang-ai
244/244 PASS
repofir
104/104 PASS
repofvx
17/17 PASS
repopyfree
20/20 PASS
repofreelang-v11-1
발굴됨
repoc-compiler-from-scratch
발굴됨
repoClaudeScript
45/45 PASS
repofreelang-v11
발굴됨
repoc-compiler-project
66/66 PASS
repofreelang-self-hosting-proof
발굴됨
repofreelang-native
발굴됨
repofreelang-jit-compiler
발굴됨
repofreelang-v4-runtime
발굴됨
repofreelang-fl-protocol
발굴됨
repofreelang-v4-bytecode-cache
9/9 PASS
repofreelang-v6
77/77 PASS
repov3-freelang-ai
244/244 PASS
repofir
104/104 PASS
repofvx
17/17 PASS
repopyfree
20/20 PASS
repoc-compiler-from-scratch
발굴됨
repoClaudeScript
45/45 PASS
repoc-compiler-project
66/66 PASS
repofreelang-self-hosting-proof
발굴됨
repofreelang-jit-compiler
발굴됨
repofreelang-v4-runtime
발굴됨
repofreelang-fl-protocol
발굴됨
repofreelang-v4-bytecode-cache
9/9 PASS