OCaml: Implement configuration parser, bind lexer tokens with schema
This commit is contained in:
parent
c1d0788341
commit
b0c65f40b1
12 changed files with 187 additions and 41 deletions
|
|
@ -8,6 +8,7 @@ let elog = Log.elog
|
|||
let str_int = string_of_int
|
||||
let chars_str = Text.chars_of_string
|
||||
let str_chars = Text.string_of_chars
|
||||
let str_char = String.make 1
|
||||
|
||||
(* control flow & precedence *)
|
||||
let ($) = (@@)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue