package dune

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file lexer.ml

1
2
3
4
5
6
7
8
include Lexer_shared

let token = Dune_lexer.token
let jbuild_token = Jbuild_lexer.token

let of_syntax = function
  | Syntax.Dune -> token
  | Jbuild -> jbuild_token
OCaml

Innovation. Community. Security.