Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
clarenceleo
/
par2serial-cc
like
0
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
main
par2serial-cc
/
src
154 kB
Ctrl+K
Ctrl+K
1 contributor
History:
13 commits
clarenceleo
Add codegen.h header
e8904dd
verified
4 months ago
ast.c
Safe
8.58 kB
Add ast.c - AST construction and debug printing
4 months ago
ast.h
Safe
11.5 kB
Add AST header - comprehensive abstract syntax tree definitions
4 months ago
codegen.h
Safe
922 Bytes
Add codegen.h header
4 months ago
ir.c
Safe
30.9 kB
Add ir.c - IR builder, AST-to-IR lowering, and printing
4 months ago
ir.h
Safe
6.83 kB
Add IR (intermediate representation) system - ir.h and ir.c
4 months ago
lexer.c
Safe
17.4 kB
Add lexer.c - full lexical analyzer implementation
4 months ago
lexer.h
Safe
3.8 kB
Add lexer header and implementation
4 months ago
optimize.c
Safe
26 kB
Add optimize.c - complete optimization pipeline with all passes
4 months ago
optimize.h
Safe
4.02 kB
Add optimization pass headers
4 months ago
parser.c
Safe
31.1 kB
Add parser.c - complete recursive-descent parser for C + parallel extensions
4 months ago
parser.h
Safe
454 Bytes
Add parser.h header
4 months ago
utils.c
Safe
8.53 kB
Add utils.c implementation
4 months ago
utils.h
Safe
3.92 kB
Add core header files: utils, lexer, ast
4 months ago