ctf: Re-indent the CTF grammar to ease reading.
authorEtienne Bergeron <etienne.bergeron@gmail.com>
Wed, 4 Dec 2013 21:03:13 +0000 (16:03 -0500)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Thu, 5 Dec 2013 01:34:29 +0000 (20:34 -0500)
commit91fd06f5b63d984fdfad958659bc91a4d89cc94a
tree0790d2d0f4bc1acde79867709adf855868959ed1
parent9de979b28315b352c49c856694a9b50a95c3e229
ctf: Re-indent the CTF grammar to ease reading.

This patch-set does not change any rules.
I tried to apply the same Java indent rules.
A few rules are still badly indented.

I don't get why you keep all enter/exit debugging in the grammar.
You have antlr option to do this:

-trace  have all rules call traceIn/traceOut.
-traceParser  have parser rules call traceIn/traceOut.
-traceLexer  have lexer rules call traceIn/traceOut.
-traceTreeParser  have tree walker rules call traceIn/traceOut.

Signed-off-by: Etienne Bergeron <etienne.bergeron@gmail.com>
Change-Id: I5077cdc23fe8c76fb17fd6ce0569bdd66d2e9ad7
Reviewed-on: https://git.eclipse.org/r/19334
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
IP-Clean: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: Hudson CI
org.eclipse.linuxtools.ctf.parser/src/main/antlr3/org/eclipse/linuxtools/ctf/parser/CTFLexer.g
org.eclipse.linuxtools.ctf.parser/src/main/antlr3/org/eclipse/linuxtools/ctf/parser/CTFParser.g
This page took 0.026408 seconds and 5 git commands to generate.