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:
parent
377fbcd3af
commit
22ccce6bb2
9 changed files with 250 additions and 366 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue