Rename Lexer0 to Lexer_shared

Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
This commit is contained in:
Rudi Grinberg 2018-06-20 20:16:12 +06:30
parent cd6d5dba53
commit d6778a50a2
5 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{
open Lexer0
open Lexer_shared
type block_string_line_kind =
| With_escape_sequences

View File

@ -1,5 +1,5 @@
{
open Lexer0
open Lexer_shared
(* The difference between the old and new syntax is that the old
syntax allows backslash following by any characters other than 'n',

View File

@ -1,4 +1,4 @@
include Lexer0
include Lexer_shared
let token = Dune_lexer.token
let jbuild_token = Jbuild_lexer.token

View File

@ -1,4 +1,3 @@
module Token = struct
type t =
| Atom of Atom.t