Skip to content

SkinyMonkey/CParsing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CParsing

A simple recursive descent parser framework in C

At the beginning it was suppose to be used in parser generation, so this code was build so you can use it like some kind of BNF and stay simple for the generation.

No malloc are used except for the capture of the result of an expression.

An example is in tests/test.c.

TODO

  • Correct names
  • Cut the code to be less "generation oriented"
  • Make it a lib
  • Remove malloc into the capture
  • Add the wrappers like in Pyrser

About

A simple recursive descent parser framework in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published