From eb59f87e67daa46d8d51ca11da12a00df0dd2361 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Tue, 9 Feb 2021 22:38:10 +0000 Subject: sort --- lex.l | 43 +++++++++++++++++++++---------------------- 1 file changed, 21 insertions(+), 22 deletions(-) (limited to 'lex.l') diff --git a/lex.l b/lex.l index 65f8acc..5c1d60c 100644 --- a/lex.l +++ b/lex.l @@ -48,35 +48,34 @@ return TNUM; } -on yylval.num = 1; return TBOOL; off yylval.num = 0; return TBOOL; +on yylval.num = 1; return TBOOL; +auto return TAUTO; +block return TBLOCK; +ca return TCA; +cert return TCERT; +cgi return TCGI; +chroot return TCHROOT; +client return TCLIENT; +default return TDEFAULT; +entrypoint return TENTRYPOINT; +index return TINDEX; ipv6 return TIPV6; -port return TPORT; -protocols return TPROTOCOLS; +key return TKEY; +lang return TLANG; +location return TLOCATION; mime return TMIME; -default return TDEFAULT; -type return TTYPE; -chroot return TCHROOT; -user return TUSER; -server return TSERVER; +port return TPORT; prefork return TPREFORK; - -location return TLOCATION; -cert return TCERT; -key return TKEY; +protocols return TPROTOCOLS; +require return TREQUIRE; +return return TRETURN; root return TROOT; -cgi return TCGI; -lang return TLANG; -index return TINDEX; -auto return TAUTO; +server return TSERVER; strip return TSTRIP; -block return TBLOCK; -return return TRETURN; -entrypoint return TENTRYPOINT; -require return TREQUIRE; -client return TCLIENT; -ca return TCA; +type return TTYPE; +user return TUSER; [{}] return *yytext; -- cgit v1.2.3