package charrua-core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type token =
  1. | WORD of string
  2. | SUBNET
  3. | STRING of string
  4. | SCOLON
  5. | ROUTERS
  6. | RBRACKET
  7. | RANGE
  8. | OPTION
  9. | NETMASK
  10. | MAXLEASETIME
  11. | MACADDR of Macaddr.t
  12. | LBRACKET
  13. | IP of Ipaddr.V4.t
  14. | INTEGER of int
  15. | HOST
  16. | HARDWARE
  17. | FIXEDADDRESS
  18. | ETHERNET
  19. | EOF
  20. | DOMAINNAMESERVERS
  21. | DOMAINNAME
  22. | DEFAULTLEASETIME
  23. | COMMA
exception Error
val main : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Ast.t