package menhir

  1. Overview
  2. Docs

Description

Published: 28 May 2018

README

README.md

This tool, menhir-generate-printers, reads a .cmly file and produces code for three functions, namely print_symbol, print_value, and print_token.

val print_symbol: MenhirInterpreter.xsymbol -> string

By default, print_symbol prints the internal name of a (terminal or nonterminal) symbol. This can however be changed by attaching a [@name] attribute with this symbol. The attribute payload should be an OCaml expression of type string.

val print_value: 'a MenhirInterpreter.symbol -> 'a -> string
val print_token: token -> string

By default, print_value and print_token ignore the semantic value and print just the name of the symbol, like print_symbol. This can however be changed by attaching a [@printer] attribute with this symbol. The attribute payload should be an OCaml expression of type _ -> string, where _ stands for an appropriate type of semantic values.

Dependencies (3)

  1. ocamlbuild build
  2. ocamlfind build
  3. ocaml >= "4.02" & < "5.0"

Dev Dependencies

None

  1. absolute >= "0.2"
  2. acgtk >= "1.5.0" & < "1.5.3"
  3. aifad >= "2.3.0"
  4. alba < "0.4.3"
  5. alt-ergo >= "2.0.0" & < "2.3.0" | >= "2.4.0"
  6. alt-ergo-free < "2.3.3"
  7. alt-ergo-parsers
  8. alt-ergo-parsers-free
  9. anders < "0.7.1"
  10. archetype
  11. arrakis
  12. asli
  13. atd
  14. bamboo < "0.0.02"
  15. batsh < "0.0.5"
  16. binsec < "0.4.0"
  17. bnfgen < "3.1.0"
  18. caper
  19. caradoc
  20. cca < "0.6.2"
  21. ccss
  22. cfg < "2.1.0" | >= "2.3.0"
  23. charrua-core
  24. charrua-server
  25. coccinelle >= "1.0.8" & < "1.1.0"
  26. codept >= "0.10.3"
  27. coin < "0.1.4"
  28. combine >= "0.42"
  29. DrawGrammar
  30. dedukti
  31. dkml-dune-dsl-show
  32. doc-ock-xml
  33. dolmen < "0.5"
  34. drom_toml
  35. edn
  36. electrod
  37. electrumAnalyzer
  38. embedded_ocaml_templates < "0.8"
  39. encoding < "0.0.2"
  40. erlang
  41. FrontC >= "4.0.0"
  42. forester != "2.1" & < "3.0.0"
  43. frenetic >= "5.0.0" & < "5.0.5"
  44. fstar >= "0.9.5.0"
  45. gadelac
  46. gdb
  47. gdbprofiler
  48. genet != "0.2"
  49. gobba
  50. graphql_parser >= "0.9.0"
  51. gufo
  52. heptagon >= "1.01.00"
  53. imaplet-lwt
  54. inferno >= "20220603"
  55. jasmin
  56. jingoo >= "1.3.1"
  57. js_of_ocaml >= "1.4.0" & < "3.0"
  58. js_of_ocaml-compiler >= "3.7.0"
  59. js_of_ocaml-webgpu < "0.2"
  60. js_of_ocaml-webidl
  61. karamel
  62. kdl
  63. kind2
  64. kremlin < "transition"
  65. labrys
  66. lambdapi < "2.0.0"
  67. lambdoc
  68. libabsolute
  69. libsail
  70. libzipperposition
  71. lilis
  72. links >= "0.9" & < "0.9.4"
  73. logtk >= "1.5.1"
  74. lp
  75. lsp < "1.8.0" | >= "1.11.3" & < "1.12.1"
  76. mc2
  77. merlin < "2.0.0" | >= "3.5.0" & < "4.6-414" | >= "4.7-412" & < "4.7-414"
  78. merlin-lib < "4.8~5.1preview"
  79. mezzo
  80. minicaml
  81. minimal
  82. modelica_ml
  83. morbig < "0.10.3"
  84. msat = "0.8"
  85. mustache >= "3.0.0" & < "3.2.0"
  86. nice_parser
  87. nunchaku
  88. obelisk
  89. obrowser
  90. obus >= "1.2.0"
  91. ocaml-lsp-server < "1.2.0"
  92. ocaml-r < "0.1.0"
  93. ocamlformat >= "0.17.0" & < "0.19.0~4.13preview"
  94. ocamlformat-rpc < "0.19.0"
  95. odate < "0.7"
  96. odds
  97. ollvm
  98. ollvm-tapir
  99. ometrics < "0.2.0"
  100. otoml
  101. ott >= "0.32"
  102. p4pp != "0.1.8"
  103. petr4
  104. phylogenetics
  105. ppx_pbt < "0.2.1"
  106. profound
  107. psmt2-frontend
  108. rdf >= "0.6.0" & < "0.12.0"
  109. reason >= "3.3.5"
  110. relit-reason
  111. rfsm
  112. runtime_events_tools >= "0.5.0"
  113. sail < "0.15"
  114. satyrographos = "0.0.2.11"
  115. sgf
  116. shapefile
  117. sibylfs
  118. sifun
  119. smbc < "0.4.2"
  120. smtlib-utils
  121. sociaml-vcard
  122. solidity-parser
  123. sqlgg
  124. squirrel
  125. stog-writing
  126. systemverilog
  127. talaria-bibtex
  128. tip-parser
  129. toml
  130. touist
  131. tptp >= "0.3.1"
  132. uuuu < "0.3.0"
  133. wcs-lib >= "2017-05-26.02"
  134. webidl != "1.2"
  135. why3 >= "1.0.0"
  136. why3-base >= "0.86.3"
  137. wikitext
  138. zanuda
  139. zelus
  140. zephyrus
  141. zipperposition >= "1.1"

Conflicts

None