ges-launch: Implement a new parser for the commandline.
authorMathieu Duponchelle <mathieu.duponchelle@opencreed.com>
Thu, 19 Feb 2015 07:51:20 +0000 (08:51 +0100)
committerThibault Saunier <tsaunier@gnome.org>
Fri, 20 Mar 2015 12:53:40 +0000 (13:53 +0100)
commitabb5f2cc2f9f424dc305d15ea3d0627667785a74
tree69a36a1786721bf6c5ece316aa84d97ab526da09
parent310579791357899aa1211c5a9e9194dc3b4a929f
ges-launch: Implement a new parser for the commandline.

Summary: + flex-based lexing and manual simplistic parsing.

Test Plan: Use that stuff to make awesome things, see if it breaks.
.gitignore
configure.ac
tools/Makefile.am
tools/ges-launch.c
tools/ges-structure-parser.c [new file with mode: 0644]
tools/ges-structure-parser.h [new file with mode: 0644]
tools/parse.l [new file with mode: 0644]