forked from anthropics/claudes-c-compiler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
51 lines (47 loc) · 837 Bytes
/
_config.yml
File metadata and controls
51 lines (47 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
title: LCCC
description: "Lev's Claude's C Compiler — an optimized fork of CCC with linear-scan register allocation"
url: "https://levkropp.github.io"
baseurl: "/lccc"
repository: levkropp/lccc
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter: rouge
permalink: pretty
exclude:
- vendor/
- Gemfile.lock
- Cargo.toml
- Cargo.lock
- target/
- ccc/
- lccc-improvements/
- "*.sh"
- "*.rs"
- "*.c"
- "*.s"
- "*.ir"
- "*.exe"
- "*.out"
- .claude/
- bench_*
- test_*
- a.out
- DESIGN_DOC.md
- LICENSING.md
- NEXT_STEPS.md
- PHASE_7A_COMPLETE.md
- VECTORIZATION_SUCCESS.md
- results.md
defaults:
- scope:
path: "docs"
type: "pages"
values:
layout: doc
- scope:
path: "updates"
type: "pages"
values:
layout: doc