mirror of
https://github.com/urbit/shrub.git
synced 2024-12-18 07:42:20 +03:00
.. | ||
nvt.c | ||
parser_common.rl | ||
parser.c | ||
parser.rl | ||
README.md |
- parser_common.rl
The language-agnostic Ragel grammar for the Telnet protocol. - parser.rl
The C implementation of the Ragel grammar. Compiled to parser.c by Ragel. - nvt.c
The core implementation of Anachronism's NVT and Channel constructs.