package hardcaml_xilinx_components
Hardcaml Xilinx component definitions
Install
Dune Dependency
Authors
Maintainers
Sources
v0.17.0.tar.gz
sha256=b3e7c8db60c0407cca91bbaf470c003a6d0831a45db90622f241fbdb88084206
doc/src/hardcaml_xilinx_components.xilinx_vhdl/parse.ml.html
Source file parse.ml
1 2 3 4 5 6 7 8 9 10 11
open! Import let parse lexbuf = Lexer.init_linenum (); match Parser.main Lexer.token lexbuf with | x -> Ok x | exception _ -> error_s [%message "parse error" ~at_line:(!Lexer.lineNum : int)] ;; let parse_string string = parse (Lexing.from_string string) let parse_in_channel in_channel = parse (Lexing.from_channel in_channel)
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>