You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Daniel Jay Haskin a519cc520f Initial commit 7 months ago
src Initial commit 7 months ago
.gitattributes Initial commit 7 months ago
.gitignore Initial commit 7 months ago
LICENSE Initial commit 7 months ago
README Initial commit 7 months ago

README

An implementation of [Data Austerity Notation](https://github.com/djhaskin987/dan) in C.

This library showcases how easily DAN lends itself to incremental parsing in a
typed language. It also is helping me refine DAN to make it easier to parse
and easier to use.