Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(448)

Unified Diff: tools/spec_parser/.gitignore

Issue 2688903004: Creating an ANTLR grammar for Dart, potentially the syntax spec.
Patch Set: Enabled parsing many files from one JVM process Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/language_strong/language_strong_parser.status ('k') | tools/spec_parser/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/spec_parser/.gitignore
diff --git a/tools/spec_parser/.gitignore b/tools/spec_parser/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..5810652271043adaacdd2338efc3cd3192676cea
--- /dev/null
+++ b/tools/spec_parser/.gitignore
@@ -0,0 +1,5 @@
+*Lexer.java
+*Parser.java
+*.tokens
+*.class
+*.dot
« no previous file with comments | « tests/language_strong/language_strong_parser.status ('k') | tools/spec_parser/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698