Techcable / c-syntax-validator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

csyntax-validator

A simple command line tool to validate C syntax.

This is needed because pycparser gives atrocious error messages.

Uses the Antlr4 parser generator and the grammar from the antlr/grammars-v4 repo.

TODO:

  • Port to C++ (see the port/c++ branch)

About

License:Other


Languages

Language:Python 95.9%Language:ANTLR 4.1%Language:Just 0.0%