Skip to content

A simple syntax checker for C-like languages that's made in C

License

Notifications You must be signed in to change notification settings

richiesuper/cntax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cntax

cntax is a syntax checker for C-like languages that's made in C.

The project is still WIP.

Usage

$ cntax <FILE>

Example:

$ cntax test.c

Building

You can build cntax by running make on the project directory.

$ cd /path/to/intended/cntax/directory
$ git clone https://github.com/richiesuper/cntax
$ cd cntax
$ make

Source Code Viewing

Use tabstop of size 4 in your editor to make the code readable and pretty.

About

A simple syntax checker for C-like languages that's made in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published