Update Grammar and Add support for callsites
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.parser / Grammar / regenGrammar.sh
CommitLineData
4c9d2941
MK
1#!/bin/bash
2
3antlr3 CTFLexer.g -o ../src/org/eclipse/linuxtools/ctf/parser/
4antlr3 CTFParser.g -o ../src/org/eclipse/linuxtools/ctf/parser/
5rm ../src/org/eclipse/linuxtools/ctf/parser/*.tokens
This page took 0.025017 seconds and 5 git commands to generate.