Skip Navigation

EBNF Grammar for ANSI C (+ Guide on reading EBNF)

gist.github.com EBNF Grammar for C

EBNF Grammar for C. GitHub Gist: instantly share code, notes, and snippets.

EBNF Grammar for C

This is EBNF grammar for ANSI C (C99) and it contains almost every rule. It may be missing stuff, please tell me if you notice something missing.

I am writing a C compiler, with my backend and hopefully my own frontend in OCaml. That is why I wrote this grammar. I also have written the AWK grammar, but it's not uploaded anywhere. Tell me if you want it.

Thanks.

10
10 comments
You've viewed 10 comments.