package ocaml-solo5-cross-aarch64
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
OCaml cross-compiler to the freestanding 64-bit ARM Solo5 backend
Install
dune-project
Dependency
Authors
Maintainers
Sources
v1.0.1.tar.gz
md5=11ce90fb59f3ddf2ca04d33ce971e247
sha512=a7fbd333154e8892f621000b7c852f6a3dce1aa66d6f2a16e9543cfdb479003f90eb9c02ae5e925edbe6cb4d83ce45e726c55754dfbaee7dc2a51029fb921c25
doc/compiler-libs.common/Pparse/index.html
Module Pparse
Driver for the parser and external preprocessors.
Warning: this module is unstable and part of compiler-libs.
exception Error of errortype 'a ast_kind = | Structure : Parsetree.structure ast_kind| Signature : Parsetree.signature ast_kind
val read_ast : 'a ast_kind -> string -> 'aval write_ast : 'a ast_kind -> string -> 'a -> unitval file :
tool_name:string ->
string ->
(Lexing.lexbuf -> 'a) ->
'a ast_kind ->
'aval apply_rewriters :
?restore:bool ->
tool_name:string ->
'a ast_kind ->
'a ->
'aIf restore = true (the default), cookies set by external rewriters will be kept for later calls.
val apply_rewriters_str :
?restore:bool ->
tool_name:string ->
Parsetree.structure ->
Parsetree.structureval apply_rewriters_sig :
?restore:bool ->
tool_name:string ->
Parsetree.signature ->
Parsetree.signatureval report_error : Format.formatter -> error -> unitval parse_implementation : tool_name:string -> string -> Parsetree.structureval parse_interface : tool_name:string -> string -> Parsetree.signatureval open_and_check_magic : string -> string -> in_channel * bool sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>