package p5scm

  1. Overview
  2. Docs
Scheme via camlp5

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.5.0.tar.gz
md5=e0fe733bb7a8cccc94bfbbd3b58e6d76
sha512=4f4efad8bb7b2ab5cfc0fff9bb48e45df8e7396d288d52f5c84b53919e1979720bbd909e82e714e1eb6fe8d3b83c14656167199373a197a6082eab2457fea94d

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

Module P5scm.ParseSource

Sourceval parse_from_chan : in_channel -> Ast.sexpr
Sourceval parse_from_string : string -> Ast.sexpr
Sourceval parse_to_tp_lst : Lexing.lexbuf -> Parsetree.toplevel_phrase list
Sourceval parse_to_bin : in_channel -> unit
Sourceval parse_to_file : in_channel -> unit