Skip to content

A program to parse complex c declarations. From K&R page 122

Notifications You must be signed in to change notification settings

nickwanninger/dcl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DCL

Print the english representation of (most) c declarations

example:

$ echo "char (*(x())[])()" | dcl
=> x:  function returning array[] of pointer to function returning char

About

A program to parse complex c declarations. From K&R page 122

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published