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
|
|
@ -1,6 +1,6 @@
|
|||
open Utilities.Aliases
|
||||
|
||||
type key = SuCommand | Unknown
|
||||
type key = Schema.configuration_key
|
||||
type token =
|
||||
| Key of key
|
||||
| Equal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue