summaryrefslogtreecommitdiff
blob: 8f364799f3013b97c45456698fe3eacdd6c34b8e (plain)
1
2
3
4
5
6
7
8
PropertyParser.java: PropertyLexer.g4  PropertyParser.g4
	java -jar ../antlr-4.7-complete.jar PropertyLexer.g4 PropertyParser.g4

clean:
	rm -f *.java *.class *.tokens

#test_run:
#	java -cp ".:../antlr-4.7-complete.jar" org.antlr.v4.gui.TestRig Property prog -gui