package p5scm

  1. Overview
  2. Docs
Scheme via camlp5

Install

Dune Dependency

Authors

Maintainers

Sources

0.4.0.tar.gz
md5=eb4ee666fd862f7c8057cca4a73daf44
sha512=d28ee892b8fc3241c42f531f9d372b1b007abbef128c3f3862fa5ad943a3eae1d655b34daac19940e1f9fad1ecfca1419a89c7507b6cbd40d9c0490c6aa6761e

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

Module P5scm.TokensSource

Sourcetype 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.