Add yamldumper utility
Just dumps YAML parser events to the console. Handy for a few things I'm pondering...
This commit is contained in:
parent
1e73d839f3
commit
36a7954df4
3 changed files with 120 additions and 1 deletions
8
util/yamldumper/SConscript
Normal file
8
util/yamldumper/SConscript
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# SConscript
|
||||
# vim: set ft=python:
|
||||
# Eryn Wells <eryn@erynwells.me>
|
||||
|
||||
Import('env')
|
||||
|
||||
prog = env.Program('yamldumper', ['yamldumper.cc'], LIBS=['yaml'])
|
||||
env.Alias('yamldumper', prog)
|
||||
Loading…
Add table
Add a link
Reference in a new issue