ninja-parse 0.1.0

A lexer+parser for ninja build files.
Documentation
1
2
3
4
5
rule echo
  command = ${bar} foo ${another} hello hello

rule echo2
  command = ${bar}$ foo$${another} hello