started with yacc

This commit is contained in:
Miek Gieben 2011-01-15 12:37:16 +01:00
parent da68fa7c71
commit b9195afa5a
1 changed files with 8 additions and 0 deletions

8
dns.y Normal file
View File

@ -0,0 +1,8 @@
%{
package dns
// A yacc parser for DNS Resource Records contained in strings
%}