OCaml: Add a configuration lexer

This commit is contained in:
Juno Takano 2025-04-30 19:46:12 -03:00
commit 902734d610
4 changed files with 129 additions and 2 deletions

View file

@ -1,3 +1,5 @@
let str_int = string_of_int
let print = print_endline
let elog = Log.elog
let chars_str = Text.chars_of_string
let str_chars = Text.string_of_chars