package alba
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Alba compiler
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      0.4.4.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=4817038301d3e45bac9edf7e6f2fc8bf0a6d78e76e02ad7ea33ef69bcc17df3b
    
    
  md5=25234357587126685d64f16236167937
    
    
  doc/alba.fmlib/Fmlib/Generic_parser/Make/index.html
Module Generic_parser.Make
Parameters
module T : Module_types.ANYmodule S : Module_types.ANYmodule Expect : Module_types.ANYmodule Semantic : Module_types.ANYmodule F : Module_types.ANYSignature
type token = T.ttype final = F.tinclude COMBINATORS with type semantic = Semantic.t
type semantic = Semantic.tval return : 'a -> 'a tval succeed : 'a -> 'a tfollowed_by p expect
Parses p and backtracks (i.e. all tokens of p will be pushed back to the lookahead). In case p succeeds, the followed_by parser succeeds without consuming tokens. Otherwise it fails without consuming tokens.
not_followed_by p expect
Parses p and backtracks (i.e. all tokens of p will be pushed back to the lookahead). In case p succeeds, the not_followed_by parser fails without consuming tokens. Otherwise it succeeds without consuming tokens.
val needs_more : parser -> boolval has_ended : parser -> boolval error_string : 
  parser ->
  (Expect.t -> string) ->
  (Semantic.t -> string) ->
  stringval has_succeeded : parser -> boolval has_failed : parser -> bool sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page