1
0
Fork 0
mirror of https://github.com/fluffle/goirc synced 2025-05-14 03:23:21 +00:00

Ragel based config file parser, ftw.

This commit is contained in:
Alex Bramley 2010-11-28 16:39:25 +00:00
parent 377fbcd3af
commit 22ccce6bb2
9 changed files with 250 additions and 366 deletions

View file

@ -7,11 +7,10 @@ include $(GOROOT)/src/Make.inc
TARG=irc/server/config
GOFILES=\
config.go\
port.go\
oper.go\
link.go\
ban.go\
info.go\
settings.go\
parser.go\
include $(GOROOT)/src/Make.pkg
parser.go: parser.rl
ragel -Z -G2 -o parser.go parser.rl