Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • 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

Model card Files Files and versions
xet
Community
par2serial-cc / src
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
clarenceleo's picture
clarenceleo
Add codegen.h header
e8904dd verified 2 months ago
  • ast.c
    8.58 kB
    Add ast.c - AST construction and debug printing 2 months ago
  • ast.h
    11.5 kB
    Add AST header - comprehensive abstract syntax tree definitions 2 months ago
  • codegen.h
    922 Bytes
    Add codegen.h header 2 months ago
  • ir.c
    30.9 kB
    Add ir.c - IR builder, AST-to-IR lowering, and printing 2 months ago
  • ir.h
    6.83 kB
    Add IR (intermediate representation) system - ir.h and ir.c 2 months ago
  • lexer.c
    17.4 kB
    Add lexer.c - full lexical analyzer implementation 2 months ago
  • lexer.h
    3.8 kB
    Add lexer header and implementation 2 months ago
  • optimize.c
    26 kB
    Add optimize.c - complete optimization pipeline with all passes 2 months ago
  • optimize.h
    4.02 kB
    Add optimization pass headers 2 months ago
  • parser.c
    31.1 kB
    Add parser.c - complete recursive-descent parser for C + parallel extensions 2 months ago
  • parser.h
    454 Bytes
    Add parser.h header 2 months ago
  • utils.c
    8.53 kB
    Add utils.c implementation 2 months ago
  • utils.h
    3.92 kB
    Add core header files: utils, lexer, ast 2 months ago