diff options
author | Omar Polo <op@omarpolo.com> | 2021-06-16 14:43:16 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-06-16 14:43:16 +0000 |
commit | 74f0778b9ae93a700d8b0f759b05f24e69f54921 (patch) | |
tree | 7e67078f430fce32caf192e38dc91dc8a6accc5a /README.md | |
parent | 984c46a82e002089b3a4035ba34873ad9c75d973 (diff) |
drop the dependency on lex by implementing yylex by ourselves
The actual implementation is based off doas' parse.y. This gave us
various benefits, like cleaner code, \ to break long lines, better
handling of quotes etc...
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -92,8 +92,8 @@ server "example.com" { ## Building gmid depends on a POSIX libc, libevent2, OpenSSL/LibreSSL and libtls -(provided either by LibreSSL or libretls). At build time, flex and -yacc (or GNU bison) are also needed. +(provided either by LibreSSL or libretls). At build time, yacc (or +GNU bison) is also needed. The build is as simple as |