package p5scm

  1. Overview
  2. Docs
Scheme via camlp5

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.0.tar.gz
md5=82c945874bf23755b6b01c7e5ac0de7a
sha512=f2b2e3fea71906142c587c4d98657757d9a2f8ffe4e848adbfc5874cc89eb278ba87efa8cbdbb1a4a0bd30bc6c7faf5cf039f83c60334dba067159fe3d8b4d45

doc/p5scm.lib/P5scm/Tokens/index.html

Module P5scm.Tokens

type token =
  1. | LPR
  2. | RPR
  3. | LSQ
  4. | RSQ
  5. | VLPR
  6. | LCL
  7. | RCL
  8. | DOT
  9. | TOPL of string
  10. | BOOL of string
  11. | IDENT of string
  12. | TIDENT of string
  13. | KEYWORD of string
  14. | INT of string
  15. | FLOAT of string
  16. | OP of string
  17. | CHAR of string
  18. | STRING of string
  19. | EOF
OCaml

Innovation. Community. Security.