~emersion/scfg

readme: add copyright line

CC-BY-SA requires attribution, but we were missing an attribution
line.
Include comments in grammar

This also fixes the fact that whitespace characters and newlines were
not allowed by the grammar at the beginning of the file.

Signed-off-by: Hannes Braun <hannes@hannesbraun.net>
tools: add tools section and tree-sitter link

Add a tools section and a link to tree-sitter-scfg.

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
Add hare library
fix grammar
add OCaml library
Simplify directive-params in specification
Add scfg-rs, a rust scfg parser
Add link to CC-BY-SA 4.0
ABNF typographic fix
Add link to C implementation
279e78b7 — Peter Sanchez 4 years ago
Adding Python module to parse scfg files.
Make it clear nothing's final yet
Add LICENSE
Move implementations section up
Add example
Tweak grammar
Initial commit