Skip to content

dylanmckay/c-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c-parser

##A parser for the C language.

It supports:

  • Preprocessor
    • #define ident [expression]
    • #define ident(a,b,c) [expression]
  • Comments (for now, the actual comment strings are ignored).

It is very incomplete.

It is technically a library, but while I am writing it, it is set up to compile to a binary.

About

An [very imcomplete] C parser in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published