From ca185011269606596814075d4c8f9d13a855866b Mon Sep 17 00:00:00 2001 From: Anders Svensson Date: Sun, 16 Oct 2011 21:36:37 +0200 Subject: Replace dictionary file parser The previous parse was very adhoc and simply crashed on any kind of input error, providing no identification of the objectionable input that caused the parse to fail. The new parser is generated from a yecc grammar, making it easier both to understand what it is that's being parsed and to provide useful diagnostics to the user in case of error. --- lib/diameter/src/gen/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/diameter/src/gen') diff --git a/lib/diameter/src/gen/.gitignore b/lib/diameter/src/gen/.gitignore index d490642eb7..3f32313f56 100644 --- a/lib/diameter/src/gen/.gitignore +++ b/lib/diameter/src/gen/.gitignore @@ -1,2 +1,2 @@ - +/diameter_dict_parser.erl /diameter_gen*rl -- cgit v1.2.3