package lutin

  1. Overview
  2. Docs
Lutin: modeling stochastic reactive systems

Install

Dune Dependency

Authors

Maintainers

Sources

lutin.2.56-fix.tgz
sha256=e916f8e4b65104b6911cb36fce7f4d5167ff15095d8fef95df46c3cabc74fae5
md5=282c7b3d0fa57385a6b4395239bc8e13

doc/polka/Polka_parser/index.html

Module Polka_parser

type token =
  1. | TK_EOF
  2. | TK_VERTEX
  3. | TK_RAY
  4. | TK_LINE
  5. | TK_FOIS
  6. | TK_PLUS
  7. | TK_MOINS
  8. | TK_DIV
  9. | TK_SUPEG
  10. | TK_INFEG
  11. | TK_SUP
  12. | TK_INF
  13. | TK_EG
  14. | TK_NUM of Big_int.big_int
  15. | TK_VAR of string
val constrain : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Polka.cons * (Big_int.big_int * Big_int.big_int * string) list
val frame : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Polka.gen * (Big_int.big_int * Big_int.big_int * string) list
val expression : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> (Big_int.big_int * Big_int.big_int * string) list
OCaml

Innovation. Community. Security.